Home
last modified time | relevance | path

Searched defs:mTime (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime()
122 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime()
/external/lzma/CPP/Windows/
DFileIO.cpp388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime()
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); } in SetMTime()
DFileDir.cpp91 …l SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c470 FILETIME mTime; in main() local