Searched defs:SetMTime (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ | ||
D | FileStreams.h | 149 bool SetMTime(const CFiTime *mTime) { return File.SetMTime(mTime); } in SetMTime() function |
/third_party/lzma/CPP/Windows/ | ||
D | FileIO.cpp | 536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile |
/third_party/lzma/CPP/7zip/UI/Common/ | ||
D | Update.cpp | 136 bool COutMultiVolStream::SetMTime(const CFiTime *mTime) in SetMTime() function in COutMultiVolStream |