Home
last modified time | relevance | path

Searched defs:SetMTime (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DFileStreams.h149 bool SetMTime(const CFiTime *mTime) { return File.SetMTime(mTime); } in SetMTime() function
/third_party/lzma/CPP/Windows/
DFileIO.cpp536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile
896 bool COutFile::SetMTime(const CFiTime *mTime) throw() in SetMTime() function in NWindows::NFile::NIO::COutFile
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp136 bool COutMultiVolStream::SetMTime(const CFiTime *mTime) in SetMTime() function in COutMultiVolStream