Home
last modified time | relevance | path

Searched refs:BStatable (Results 1 – 16 of 16) sorted by relevance

/haiku/src/kits/storage/
H A DStatable.cpp22 class BStatable::Private {
24 Private(const BStatable* object) in Private()
36 const BStatable* fObject;
41 BStatable::~BStatable() in ~BStatable()
49 BStatable::IsFile() const in IsFile()
61 BStatable::IsDirectory() const in IsDirectory()
73 BStatable::IsSymLink() const in IsSymLink()
85 BStatable::GetNodeRef(node_ref* ref) const in GetNodeRef()
104 BStatable::GetOwner(uid_t* owner) const in GetOwner()
121 BStatable::SetOwner(uid_t owner) in SetOwner()
[all …]
H A DFile.cpp304 return BStatable::GetSize(size); in GetSize()
/haiku/src/build/libbe/storage/
H A DStatable.cpp28 BStatable::~BStatable() in ~BStatable()
37 BStatable::IsFile() const in IsFile()
51 BStatable::IsDirectory() const in IsDirectory()
65 BStatable::IsSymLink() const in IsSymLink()
79 BStatable::GetNodeRef(node_ref *ref) const in GetNodeRef()
97 BStatable::GetOwner(uid_t *owner) const in GetOwner()
113 BStatable::SetOwner(uid_t owner) in SetOwner()
125 BStatable::GetGroup(gid_t *group) const in GetGroup()
141 BStatable::SetGroup(gid_t group) in SetGroup()
153 BStatable::GetPermissions(mode_t *perms) const in GetPermissions()
[all …]
H A DFile.cpp468 return BStatable::GetSize(size); in GetSize()
/haiku/docs/user/storage/
H A DStatable.dox20 \brief Provides the BStatable abstract class.
25 \class BStatable
31 BStatable provides common functionality for the BEntry and BNode classes.
55 \fn status_t BStatable::GetStat(struct stat* stat) const
73 \fn bool BStatable::IsFile() const
84 \fn bool BStatable::IsDirectory() const
95 \fn bool BStatable::IsSymLink() const
106 \fn status_t BStatable::GetNodeRef(node_ref* ref) const
118 \fn status_t BStatable::GetOwner(uid_t* owner) const
131 \fn status_t BStatable::SetOwner(uid_t owner)
[all …]
H A DFile.dox409 \see BStatable::GetSize()
H A DEntry.dox312 \note The BStatable object does not cache the stat structure -- each time
/haiku/headers/build/os/storage/
H A DStatable.h18 class BStatable {
20 virtual ~BStatable();
H A DEntry.h42 class BEntry : public BStatable {
H A DNode.h49 class BNode : public BStatable {
/haiku/headers/os/storage/
H A DStatable.h20 class BStatable {
23 virtual ~BStatable();
H A DNode.h33 class BNode : public BStatable {
H A DEntry.h39 class BEntry : public BStatable {
/haiku/src/tests/kits/storage/
H A DStatableTest.h14 class BStatable; variable
83 typedef TestEntries<BStatable> TestStatables;
H A DStatableTest.cpp34 BStatable *statable; in GetStatTest()
67 BStatable *statable; in IsXYZTest()
96 BStatable *statable; in GetXYZTest()
191 BStatable *statable; in SetXYZTest()
/haiku/docs/develop/kits/storage/
H A DAnnotations53 Module: BStatable
59 Module: BStatable
65 Module: BStatable
72 Module: BStatable
78 Module: BStatable