Home
last modified time | relevance | path

Searched defs:mTime (Results 1 – 6 of 6) 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
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Drfbtightproto.h149 unsigned long mTime; member
156 unsigned long mTime; member
Dfiletransfermsg.c393 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) in CreateFileDownloadZeroSizeDataMsg()