Searched defs:SetMTime (Results 1 – 2 of 2) sorted by relevance
122 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() function
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile