Searched refs:ConvertUtcFileTimeToString (Results 1 – 5 of 5) sorted by relevance
| /third_party/lzma/CPP/Windows/ |
| D | PropVariantConv.cpp | 92 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()
|
| D | PropVariantConv.h | 17 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/ |
| D | OverwriteDialog.cpp | 78 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
|
| D | BrowseDialog.cpp | 663 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | ExtractCallbackConsole.cpp | 279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()
|