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

/external/lzma/CPP/7zip/Common/
H A DFileStreams.h79 STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib);
122 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
124 return File.SetTime(cTime, aTime, mTime);
H A DFileStreams.cpp275 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) argument
281 if (cTime) *cTime = info.ftCreationTime;
/external/lzma/CPP/Windows/
H A DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() argument
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
H A DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
99 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);
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...

Completed in 103 milliseconds