Searched refs:GetAccessTime (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h67 void GetAccessTime(struct timespec& timespec) const function in struct:ufs2_inode
113 void GetAccessTime(struct timespec& timespec) const function in class:Inode
114 { fNode.GetAccessTime(timespec); }
H A Dkernel_interface.cpp245 inode->GetAccessTime(stat->st_atim);
/haiku/headers/build/os/storage/
H A DStatable.h47 status_t GetAccessTime(time_t *atime) const;
/haiku/headers/os/storage/
H A DStatable.h56 status_t GetAccessTime(time_t* atime) const;
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp124 CPPUNIT_ASSERT( statable->GetAccessTime(&atime) == B_OK );
162 CPPUNIT_ASSERT( statable->GetAccessTime(&atime) == B_NO_INIT );
179 CPPUNIT_ASSERT( statable->GetAccessTime(NULL) == B_BAD_VALUE );
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h71 void GetAccessTime(struct timespec *timespec) const function in class:Inode
72 { fNode.GetAccessTime(timespec, fHasExtraAttributes); }
H A Dext2.h511 void GetAccessTime(struct timespec *timespec, bool extra) const function in struct:ext2_inode
H A Dkernel_interface.cpp602 inode->GetAccessTime(&stat->st_atim);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h60 void GetAccessTime(struct timespec& timespec) const function in class:Inode
H A Dbtrfs.h307 void GetAccessTime(struct timespec& timespec) const function in struct:btrfs_inode
H A Dkernel_interface.cpp428 inode->GetAccessTime(stat->st_atim);
/haiku/src/build/libbe/storage/
H A DStatable.cpp228 BStatable::GetAccessTime(time_t *atime) const function in class:BStatable
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h100 void GetAccessTime(struct timespec &timespec) const;
H A DIcb.cpp191 Icb::GetAccessTime(struct timespec &timespec) const function in class:Icb
H A Dkernel_interface.cpp298 icb->GetAccessTime(stat->st_atim);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h74 void GetAccessTime(struct timespec &timespec) const function in class:Inode
H A Dkernel_interface.cpp439 inode->GetAccessTime(stat->st_atim);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h159 bigtime_t GetAccessTime() const { return fAccessTime; } function in class:Volume
/haiku/src/kits/storage/
H A DStatable.cpp263 BStatable::GetAccessTime(time_t* atime) const function in class:BStatable
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h300 void GetAccessTime(struct timespec& timestamp) const;
H A Dkernel_interface.cpp251 inode->GetAccessTime(stat->st_atim);
H A DInode.cpp60 Inode::GetAccessTime(struct timespec& stamp) const function in class:Inode

Completed in 282 milliseconds