Searched defs:SetMTime (Results 1 – 4 of 4) sorted by relevance
139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() function
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile
147 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime() function in COutMultiVolStream
492 def SetMTime(self, st_mtime): member in FakeFile