Lines Matching refs:BStatable
20 \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)
143 \fn status_t BStatable::GetGroup(gid_t* group) const
156 \fn status_t BStatable::SetGroup(gid_t group)
168 \fn status_t BStatable::GetPermissions(mode_t* permissions) const
181 \fn status_t BStatable::SetPermissions(mode_t permissions)
193 \fn status_t BStatable::GetSize(off_t* size) const
206 \fn status_t BStatable::GetModificationTime(time_t* mtime) const
219 \fn status_t BStatable::SetModificationTime(time_t mtime)
231 \fn status_t BStatable::GetCreationTime(time_t* ctime) const
244 \fn status_t BStatable::SetCreationTime(time_t ctime)
256 \fn status_t BStatable::GetAccessTime(time_t* atime) const
268 \fn status_t BStatable::SetAccessTime(time_t atime)
279 \fn status_t BStatable::GetVolume(BVolume* volume) const