Searched defs:mTime (Results 1 - 7 of 7) sorted by relevance
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | FileStreams.cpp | 331 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() argument 472 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() argument 488 if (mTime) FiTime_To_FILETIME (ST_MTIME(st), *mTime);
in GetProps() local
|
| H A D | MultiOutStream.cpp | 528 bool CMultiOutStream::SetMTime_Final(const CFiTime &mTime)
in SetMTime_Final() argument
|
| /third_party/lzma/C/Util/SfxSetup/ |
| H A D | SfxSetup.c | 511 FILETIME mTime;
in main() local
|
| /third_party/lzma/CPP/Windows/ |
| H A D | FileIO.cpp | 533 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
in SetTime() argument 536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
in SetMTime() argument [all...] |
| H A D | FileDir.cpp | 121 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() argument 1045 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() argument [all...] |
| /third_party/lzma/C/Util/7z/ |
| H A D | 7zMain.c | 400 static WRes Set_File_FILETIME(const UInt16 *name, const FILETIME *mTime)
in Set_File_FILETIME() argument
|
| /third_party/sqlite/src/ |
| H A D | shell.c | 7052 u16 mTime; member 7088 u16 mTime; member 8395 u32 mTime = 0; /* Modification time for new entry */ zipfileUpdate() local [all...] |
Completed in 26 milliseconds