Searched defs:SetMTime (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DFileStreams.h126 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } function in class:COutFileStream
/external/lzma/CPP/Windows/
H A DFileIO.cpp389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } function in class:NWindows::NFile::NIO::COutFile
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py266 def SetMTime(self, st_mtime): member in class:FakeFile
1586 new_object.SetMTime(old_object_mtime)
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp101 bool SetMTime(const FILETIME *mTime);
129 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) function in class:COutMultiVolStream
136 if (!s->SetMTime(mTime))
807 outStreamSpec->SetMTime(&ft);
809 volStreamSpec->SetMTime(&ft);;

Completed in 93 milliseconds