Home
last modified time | relevance | path

Searched refs:cTime (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() argument
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() argument
389 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); } in SetTime()
DFileIO.h126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
DFileDir.h24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTi…
DFileDir.cpp91 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTi… in SetDirTime() argument
117 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime)); in SetDirTime()
/external/fio/os/windows/
Dposix.c635 FILETIME cTime, eTime, kTime, uTime; in getrusage() local
643 GetProcessTimes(h, &cTime, &eTime, &kTime, &uTime); in getrusage()
646 GetThreadTimes(h, &cTime, &eTime, &kTime, &uTime); in getrusage()