Searched defs:SetMTime (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DFileStreams.h122 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } function in class:COutFileStream
/external/lzma/CPP/Windows/
H A DFileIO.cpp391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); } function in class:NWindows::NFile::NIO::COutFile

Completed in 338 milliseconds