Searched refs:SetCreationTime (Results 1 - 23 of 23) sorted by relevance

/haiku/headers/build/os/storage/
H A DStatable.h45 status_t SetCreationTime(time_t ctime);
/haiku/headers/os/storage/
H A DStatable.h54 status_t SetCreationTime(time_t ctime);
/haiku/headers/os/package/hpkg/
H A DPackageEntry.h55 void SetCreationTime(uint32 seconds) function in class:BPackageKit::BHPKG::BPackageEntry
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h57 void SetCreationTime(uint32 seconds) function in class:BPackageKit::BHPKG::V1::BPackageEntry
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp75 dst.SetCreationTime(src_stat.st_crtime);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h78 void SetCreationTime(const struct timespec *timespec) function in class:Inode
79 { fNode.SetCreationTime(timespec,
H A DInode.cpp629 inode->SetCreationTime(&timespec);
H A Dext2.h553 void SetCreationTime(const struct timespec *timespec, bool extra) function in struct:ext2_inode
H A Dkernel_interface.cpp710 inode->SetCreationTime(&stat->st_crtim);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp210 Node::SetCreationTime(uint64 time) function in class:Node
H A DNode.h75 void SetCreationTime(uint64 time);
H A Dchecksumfs.cpp1496 node->SetCreationTime(timespec_to_nsecs(st->st_crtim));
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp211 CPPUNIT_ASSERT( statable->SetCreationTime(ctime) == B_OK );
240 CPPUNIT_ASSERT( statable->SetCreationTime(ctime) != B_OK );
/haiku/src/kits/storage/
H A DStatable.cpp252 BStatable::SetCreationTime(time_t ctime) function in class:BStatable
H A DCopyEngine.cpp284 destNode->SetCreationTime(sourceStat.st_crtime);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp834 dir.SetCreationTime(static_cast<time_t>(fCreationTime));
931 ret = file.SetCreationTime(static_cast<time_t>(fCreationTime));
1129 ret = symlink.SetCreationTime(static_cast<time_t>(fCreationTime));
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp178 fEntry.SetCreationTime(value.unsignedInt);
/haiku/src/apps/installer/
H A DCopyEngine.cpp482 destination.SetCreationTime(sourceInfo.st_crtime);
/haiku/src/bin/
H A Dcopyattr.cpp443 destNode->SetCreationTime(sourceStat.st_crtime);
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp247 fEntry.SetCreationTime(value.unsignedInt);
/haiku/src/system/kernel/fs/
H A Dfifo.cpp159 void SetCreationTime(timespec creationTime) function in class:fifo::Inode
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp541 node->SetCreationTime(fInode->create_time >> 16);
/haiku/src/kits/tracker/
H A DFSUtils.cpp1418 newLink.SetCreationTime(srcStat->st_crtime);
1527 destFile.SetCreationTime(srcStat->st_crtime);
2014 destNode->SetCreationTime(srcStat.st_crtime);

Completed in 146 milliseconds