Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DPropVariantConv.cpp92 bool ConvertUtcFileTimeToString(const FILETIME &utc, char *s, int level) throw() in ConvertUtcFileTimeToString() function
111 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw() in ConvertUtcFileTimeToString() function
114 bool res = ConvertUtcFileTimeToString(ft, s, level); in ConvertUtcFileTimeToString()
147 ConvertUtcFileTimeToString(prop.filetime, dest, level); in ConvertPropVariantToShortString()
180 ConvertUtcFileTimeToString(prop.filetime, dest, level); in ConvertPropVariantToShortString()
DPropVariantConv.h17 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) …
18 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SE…
/third_party/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.cpp78 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
DBrowseDialog.cpp663 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()