Searched refs:SetTime (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 118 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/ |
D | FileIO.cpp | 388 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()
|
D | FileIO.h | 126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 437 _outFileStreamSpec->SetTime( in SetOperationResult()
|