Searched refs:SetMTime (Results 1 – 4 of 4) sorted by relevance
122 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() function
127 bool SetMTime(const FILETIME *mTime);
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile
390 _outFileStreamSpec->SetMTime(&_processedFileInfo.MTime); in SetOperationResult()