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

/external/lzma/CPP/7zip/Common/
H A DFileStreams.h118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
120 return File.SetTime(cTime, aTime, mTime);
/external/lzma/CPP/Windows/
H A DFileIO.h126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
H A DFileIO.cpp388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
389 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
H A DFileDir.h24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
H A DFileDir.cpp91 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
117 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime));
/external/fio/os/windows/
H A Dposix.c635 FILETIME cTime, eTime, kTime, uTime; local
643 GetProcessTimes(h, &cTime, &eTime, &kTime, &uTime);
646 GetThreadTimes(h, &cTime, &eTime, &kTime, &uTime);

Completed in 137 milliseconds