Home
last modified time | relevance | path

Searched refs:SetTime (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() function
120 return File.SetTime(cTime, aTime, mTime); in SetTime()
/external/lzma/CPP/Windows/
DFileIO.cpp388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() function in NWindows::NFile::NIO::COutFile
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); } in SetMTime()
DFileIO.h126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp437 _outFileStreamSpec->SetTime( in SetOperationResult()