Home
last modified time | relevance | path

Searched defs:unixTime (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DTimeUtils.cpp145 UInt64 UnixTime_To_FileTime64(UInt32 unixTime) throw() in UnixTime_To_FileTime64()
150 void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &ft) throw() in UnixTime_To_FileTime()
157 UInt64 UnixTime64_To_FileTime64(Int64 unixTime) throw() in UnixTime64_To_FileTime64()
163 bool UnixTime64_To_FileTime64(Int64 unixTime, UInt64 &fileTime) throw() in UnixTime64_To_FileTime64()
180 bool UnixTime64_To_FileTime(Int64 unixTime, FILETIME &ft) throw() in UnixTime64_To_FileTime()
203 bool FileTime_To_UnixTime(const FILETIME &ft, UInt32 &unixTime) throw() in FileTime_To_UnixTime()
DTimeUtils.h111 inline void PropVariant_SetFrom_UnixTime(NWindows::NCOM::CPropVariant &prop, UInt32 unixTime) in PropVariant_SetFrom_UnixTime()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.cpp752 void DecodeUnixTime (uint32 unixTime, dng_date_time &dt) in DecodeUnixTime()