Symbol: BStatable
headers/build/os/storage/Entry.h
42
class BEntry : public BStatable {
headers/build/os/storage/Node.h
49
class BNode : public BStatable {
headers/build/os/storage/Statable.h
18
class BStatable {
headers/build/os/storage/Statable.h
20
virtual ~BStatable();
headers/os/storage/Entry.h
39
class BEntry : public BStatable {
headers/os/storage/Node.h
33
class BNode : public BStatable {
headers/os/storage/Statable.h
20
class BStatable {
headers/os/storage/Statable.h
23
virtual ~BStatable();
src/build/libbe/storage/File.cpp
468
return BStatable::GetSize(size);
src/build/libbe/storage/Statable.cpp
113
BStatable::SetOwner(uid_t owner)
src/build/libbe/storage/Statable.cpp
125
BStatable::GetGroup(gid_t *group) const
src/build/libbe/storage/Statable.cpp
141
BStatable::SetGroup(gid_t group)
src/build/libbe/storage/Statable.cpp
153
BStatable::GetPermissions(mode_t *perms) const
src/build/libbe/storage/Statable.cpp
169
BStatable::SetPermissions(mode_t perms)
src/build/libbe/storage/Statable.cpp
183
BStatable::GetSize(off_t *size) const
src/build/libbe/storage/Statable.cpp
199
BStatable::GetModificationTime(time_t *mtime) const
src/build/libbe/storage/Statable.cpp
215
BStatable::SetModificationTime(time_t mtime)
src/build/libbe/storage/Statable.cpp
224
BStatable::GetCreationTime(time_t *ctime) const
src/build/libbe/storage/Statable.cpp
231
BStatable::SetCreationTime(time_t ctime)
src/build/libbe/storage/Statable.cpp
243
BStatable::GetAccessTime(time_t *atime) const
src/build/libbe/storage/Statable.cpp
260
BStatable::SetAccessTime(time_t atime)
src/build/libbe/storage/Statable.cpp
273
BStatable::GetVolume(BVolume *vol) const
src/build/libbe/storage/Statable.cpp
28
BStatable::~BStatable()
src/build/libbe/storage/Statable.cpp
284
void BStatable::_OhSoStatable1() {}
src/build/libbe/storage/Statable.cpp
285
void BStatable::_OhSoStatable2() {}
src/build/libbe/storage/Statable.cpp
286
void BStatable::_OhSoStatable3() {}
src/build/libbe/storage/Statable.cpp
37
BStatable::IsFile() const
src/build/libbe/storage/Statable.cpp
51
BStatable::IsDirectory() const
src/build/libbe/storage/Statable.cpp
65
BStatable::IsSymLink() const
src/build/libbe/storage/Statable.cpp
79
BStatable::GetNodeRef(node_ref *ref) const
src/build/libbe/storage/Statable.cpp
97
BStatable::GetOwner(uid_t *owner) const
src/kits/storage/File.cpp
304
return BStatable::GetSize(size);
src/kits/storage/Statable.cpp
104
BStatable::GetOwner(uid_t* owner) const
src/kits/storage/Statable.cpp
121
BStatable::SetOwner(uid_t owner)
src/kits/storage/Statable.cpp
132
BStatable::GetGroup(gid_t* group) const
src/kits/storage/Statable.cpp
149
BStatable::SetGroup(gid_t group)
src/kits/storage/Statable.cpp
160
BStatable::GetPermissions(mode_t* permissions) const
src/kits/storage/Statable.cpp
177
BStatable::SetPermissions(mode_t permissions)
src/kits/storage/Statable.cpp
190
BStatable::GetSize(off_t* size) const
src/kits/storage/Statable.cpp
207
BStatable::GetModificationTime(time_t* mtime) const
src/kits/storage/Statable.cpp
22
class BStatable::Private {
src/kits/storage/Statable.cpp
224
BStatable::SetModificationTime(time_t mtime)
src/kits/storage/Statable.cpp
235
BStatable::GetCreationTime(time_t* ctime) const
src/kits/storage/Statable.cpp
24
Private(const BStatable* object)
src/kits/storage/Statable.cpp
252
BStatable::SetCreationTime(time_t ctime)
src/kits/storage/Statable.cpp
263
BStatable::GetAccessTime(time_t* atime) const
src/kits/storage/Statable.cpp
280
BStatable::SetAccessTime(time_t atime)
src/kits/storage/Statable.cpp
291
BStatable::GetVolume(BVolume* volume) const
src/kits/storage/Statable.cpp
308
_OhSoStatable1__9BStatable(const BStatable* self, struct stat* stat)
src/kits/storage/Statable.cpp
310
_ZN9BStatable14_OhSoStatable1Ev(const BStatable* self, struct stat* stat)
src/kits/storage/Statable.cpp
315
status_t result = BStatable::Private(self).GetStatBeOS(&oldStat);
src/kits/storage/Statable.cpp
325
void BStatable::_OhSoStatable2() {}
src/kits/storage/Statable.cpp
326
void BStatable::_OhSoStatable3() {}
src/kits/storage/Statable.cpp
36
const BStatable* fObject;
src/kits/storage/Statable.cpp
41
BStatable::~BStatable()
src/kits/storage/Statable.cpp
49
BStatable::IsFile() const
src/kits/storage/Statable.cpp
61
BStatable::IsDirectory() const
src/kits/storage/Statable.cpp
73
BStatable::IsSymLink() const
src/kits/storage/Statable.cpp
85
BStatable::GetNodeRef(node_ref* ref) const
src/tests/kits/storage/StatableTest.cpp
191
BStatable *statable;
src/tests/kits/storage/StatableTest.cpp
34
BStatable *statable;
src/tests/kits/storage/StatableTest.cpp
67
BStatable *statable;
src/tests/kits/storage/StatableTest.cpp
96
BStatable *statable;
src/tests/kits/storage/StatableTest.h
14
class BStatable;
src/tests/kits/storage/StatableTest.h
83
typedef TestEntries<BStatable> TestStatables;