OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetMTime
(Results
1 - 2
of
2
) 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.cpp
391
bool COutFile::
SetMTime
(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); }
Completed in 91 milliseconds