Home
last modified time | relevance | path

Searched refs:SetMTime (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() function
/external/python/pyfakefs/docs/
Dapi.rst38 SetMTime() -> st_mtime (property)
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp117 bool SetMTime(const FILETIME *mTime);
147 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime() function in COutMultiVolStream
154 if (!s->SetMTime(mTime)) in SetMTime()
937 outStreamSpec->SetMTime(&ft); in Compress()
939 volStreamSpec->SetMTime(&ft);; in Compress()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp239 _outFileStreamSpec->SetMTime(&_processedFileInfo.MTime); in SetOperationResult()
/external/lzma/CPP/Windows/
DFileIO.h203 bool SetMTime(const FILETIME *mTime) throw();
DFileIO.cpp389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py379 file_obj.SetMTime(fetchts + 100)
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp477 _outFileStreamSpec->SetMTime(&_processedFileInfo.MTime); in SetOperationResult()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py492 def SetMTime(self, st_mtime): member in FakeFile