Searched refs:BStatable (Results 1 – 16 of 16) sorted by relevance
22 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 …]
304 return BStatable::GetSize(size); in GetSize()
28 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 …]
468 return BStatable::GetSize(size); in GetSize()
20 \brief Provides the BStatable abstract class.25 \class BStatable31 BStatable provides common functionality for the BEntry and BNode classes.55 \fn status_t BStatable::GetStat(struct stat* stat) const73 \fn bool BStatable::IsFile() const84 \fn bool BStatable::IsDirectory() const95 \fn bool BStatable::IsSymLink() const106 \fn status_t BStatable::GetNodeRef(node_ref* ref) const118 \fn status_t BStatable::GetOwner(uid_t* owner) const131 \fn status_t BStatable::SetOwner(uid_t owner)[all …]
409 \see BStatable::GetSize()
312 \note The BStatable object does not cache the stat structure -- each time
18 class BStatable {20 virtual ~BStatable();
42 class BEntry : public BStatable {
49 class BNode : public BStatable {
20 class BStatable {23 virtual ~BStatable();
33 class BNode : public BStatable {
39 class BEntry : public BStatable {
14 class BStatable; variable83 typedef TestEntries<BStatable> TestStatables;
34 BStatable *statable; in GetStatTest()67 BStatable *statable; in IsXYZTest()96 BStatable *statable; in GetXYZTest()191 BStatable *statable; in SetXYZTest()
53 Module: BStatable59 Module: BStatable65 Module: BStatable72 Module: BStatable78 Module: BStatable