Searched refs:GetCreationTime (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/libs/print/libprint/
H A DSpoolMetaData.cpp23 if (spool_file->GetCreationTime(&time) == B_OK)
48 SpoolMetaData::GetCreationTime() const function in class:SpoolMetaData
/haiku/headers/libs/print/libprint/
H A DSpoolMetaData.h22 const string& GetCreationTime() const;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h58 void GetCreationTime(struct timespec& timespec) const function in class:Inode
59 { fNode.GetCreationTime(timespec); }
61 { fNode.GetCreationTime(timespec); }
H A Dbtrfs.h313 void GetCreationTime(struct timespec& timespec) const function in struct:btrfs_inode
H A Dkernel_interface.cpp431 inode->GetCreationTime(stat->st_crtim);
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h73 void GetCreationTime(struct timespec& timespec) const function in struct:ufs2_inode
111 void GetCreationTime(struct timespec& timespec) const function in class:Inode
112 { fNode.GetCreationTime(timespec); }
H A Dkernel_interface.cpp248 inode->GetCreationTime(stat->st_crtim);
/haiku/headers/build/os/storage/
H A DStatable.h44 status_t GetCreationTime(time_t *ctime) const;
/haiku/headers/os/storage/
H A DStatable.h53 status_t GetCreationTime(time_t* ctime) const;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h70 time_t GetCreationTime() const;
H A DVirtualDir.cpp193 // GetCreationTime
195 VirtualDir::GetCreationTime() const function in class:VirtualDir
H A DVirtualVolume.cpp356 st->st_crtime = fRootNode->GetCreationTime();
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp122 CPPUNIT_ASSERT( statable->GetCreationTime(&ctime) == B_OK );
161 CPPUNIT_ASSERT( statable->GetCreationTime(&ctime) == B_NO_INIT );
178 CPPUNIT_ASSERT( statable->GetCreationTime(NULL) == B_BAD_VALUE );
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h68 void GetCreationTime(struct timespec *timespec) const function in class:Inode
69 { fNode.GetCreationTime(timespec,
H A Dext2.h515 void GetCreationTime(struct timespec *timespec, bool extra) const function in struct:ext2_inode
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h71 void GetCreationTime(struct timespec &timespec) const function in class:Inode
H A Dkernel_interface.cpp442 inode->GetCreationTime(stat->st_crtim);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp100 entry.GetCreationTime(&t);
/haiku/src/kits/storage/
H A DStatable.cpp235 BStatable::GetCreationTime(time_t* ctime) const function in class:BStatable
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp354 GetSpoolMetaData()->GetCreationTime().c_str());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h302 void GetCreationTime(struct timespec& timestamp) const;
H A Dkernel_interface.cpp257 inode->GetCreationTime(stat->st_crtim);
H A DInode.cpp76 Inode::GetCreationTime(struct timespec& stamp) const function in class:Inode
/haiku/src/kits/tracker/
H A DUtilities.cpp993 && rootDirectory.GetCreationTime(&created) == B_OK
1046 if (root.GetCreationTime(&cmpCreated) == B_OK
1090 root.GetCreationTime(&cmpCreated);
/haiku/src/kits/mail/
H A DMailSettings.cpp330 if (node.GetCreationTime(&creationTime) != B_OK)

Completed in 269 milliseconds

12