HomeSort by relevance Sort by last modified time
    Searched defs:SetMTime (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/Common/
FileStreams.h 126 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); }
  /external/lzma/CPP/Windows/
FileIO.cpp 389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 266 def SetMTime(self, st_mtime):
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 284 def SetMTime(self, st_mtime):
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 101 bool SetMTime(const FILETIME *mTime);
129 bool COutMultiVolStream::SetMTime(const FILETIME *mTime)
136 if (!s->SetMTime(mTime))
807 outStreamSpec->SetMTime(&ft);
809 volStreamSpec->SetMTime(&ft);;
    [all...]

Completed in 494 milliseconds