OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMTime
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Common/
FileStreams.h
122
bool
SetMTime
(const FILETIME *mTime) { return File.
SetMTime
(mTime); }
/external/lzma/CPP/Windows/
FileIO.h
127
bool
SetMTime
(const FILETIME *mTime);
FileIO.cpp
391
bool COutFile::
SetMTime
(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); }
/external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp
390
_outFileStreamSpec->
SetMTime
(&_processedFileInfo.MTime);
Completed in 56 milliseconds