SetModificationTime
status_t SetModificationTime(time_t mtime);
status_t SetModificationTime(time_t mtime);
SetModificationTime(×pec);
inode->SetModificationTime(×pec);
void SetModificationTime(const struct timespec *timespec)
{ fNode.SetModificationTime(timespec,
void SetModificationTime(const struct timespec *timespec, bool extra)
inode->SetModificationTime(&newTimespec);
destination.SetModificationTime(sourceInfo.st_mtime);
ret = symlink.SetModificationTime(static_cast<time_t>(
dir.SetModificationTime(static_cast<time_t>(fModificationTime));
ret = file.SetModificationTime(static_cast<time_t>(fModificationTime));
dst.SetModificationTime(src_stat.st_mtime);
node->SetModificationTime(fInode->last_modified_time >> 16);
destNode->SetModificationTime(sourceStat.st_mtime);
destNode->SetModificationTime(sourceStat.st_mtime);
newLink.SetModificationTime(srcStat->st_mtime);
destFile.SetModificationTime(srcStat->st_mtime);
destNode->SetModificationTime(srcStat.st_mtime);
CPPUNIT_ASSERT( statable->SetModificationTime(mtime) == B_OK );
CPPUNIT_ASSERT( statable->SetModificationTime(mtime) != B_OK );
void SetModificationTime(uint64 time);
node->SetModificationTime(timespec_to_nsecs(st->st_mtim));
node->SetModificationTime(timespec_to_nsecs(st->st_mtim));