Searched refs:SetMTime (Results 1 – 9 of 9) sorted by relevance
139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() function
38 SetMTime() -> st_mtime (property)
117 bool SetMTime(const FILETIME *mTime);147 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime() function in COutMultiVolStream154 if (!s->SetMTime(mTime)) in SetMTime()937 outStreamSpec->SetMTime(&ft); in Compress()939 volStreamSpec->SetMTime(&ft);; in Compress()
239 _outFileStreamSpec->SetMTime(&_processedFileInfo.MTime); in SetOperationResult()
203 bool SetMTime(const FILETIME *mTime) throw();
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile
379 file_obj.SetMTime(fetchts + 100)
477 _outFileStreamSpec->SetMTime(&_processedFileInfo.MTime); in SetOperationResult()
492 def SetMTime(self, st_mtime): member in FakeFile