Home
last modified time | relevance | path

Searched refs:ConvertUtcFileTimeToString (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DPropVariantConv.cpp12 bool ConvertUtcFileTimeToString(const FILETIME &utc, char *s, int level) throw() in ConvertUtcFileTimeToString() function
83 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw() in ConvertUtcFileTimeToString() function
86 bool res = ConvertUtcFileTimeToString(ft, s, level); in ConvertUtcFileTimeToString()
109 case VT_FILETIME: ConvertUtcFileTimeToString(prop.filetime, dest); return; in ConvertPropVariantToShortString()
130 case VT_FILETIME: ConvertUtcFileTimeToString(prop.filetime, dest); return; in ConvertPropVariantToShortString()
DPropVariantConv.h16 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) …
17 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SE…
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.cpp78 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
DBrowseDialog.cpp647 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp140 ConvertUtcFileTimeToString(prop.filetime, dest, level); in ConvertPropertyToShortString2()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp267 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()
DList.cpp501 ConvertUtcFileTimeToString(*ft, dest, kTimestampPrintLevel_SEC); in PrintTime()