Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFileStreams.h139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() function
/external/lzma/CPP/Windows/
DFileIO.cpp389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() function in NWindows::NFile::NIO::COutFile
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp147 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime() function in COutMultiVolStream