Searched refs:cTime (Results 1 – 6 of 6) 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() argument 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() argument 389 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); } in SetTime()
|
D | FileIO.h | 126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
|
D | FileDir.h | 24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTi…
|
D | FileDir.cpp | 91 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/ |
D | posix.c | 635 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()
|