Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DTimeUtils.cpp25 bool DosTime_To_FileTime(UInt32 dosTime, FILETIME &ft) throw() in DosTime_To_FileTime()
46 bool FileTime_To_DosTime(const FILETIME &ft, UInt32 &dosTime) throw() in FileTime_To_DosTime()
125 bool UtcFileTime_To_LocalDosTime(const FILETIME &utc, UInt32 &dosTime) throw() in UtcFileTime_To_LocalDosTime()
DTimeUtils.h135 inline bool PropVariant_SetFrom_DosTime(NWindows::NCOM::CPropVariant &prop, UInt32 dosTime) in PropVariant_SetFrom_DosTime()
/third_party/lzma/CPP/7zip/UI/Common/
DDirItem.h143 UInt32 dosTime; in Get_DosTime() local