Searched defs:mTime (Results 1 – 6 of 6) sorted by relevance
118 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()
388 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()
91 …l SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime()
470 FILETIME mTime; in main() local
149 unsigned long mTime; member156 unsigned long mTime; member
393 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) in CreateFileDownloadZeroSizeDataMsg()