Home
last modified time | relevance | path

Searched refs:UnixTime_To_FileTime (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DTimeUtils.h87 void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &fileTime) throw();
114 NWindows::NTime::UnixTime_To_FileTime(unixTime, ft); in PropVariant_SetFrom_UnixTime()
DTimeUtils.cpp150 void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &ft) throw() in UnixTime_To_FileTime() function