Searched refs:ConvertUtcFileTimeToString (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | PropVariantConv.cpp | 176 bool ConvertUtcFileTimeToString(const FILETIME &utc, char *s, int level) throw() function 195 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw() function 198 const bool res = ConvertUtcFileTimeToString(ft, s, level); 231 ConvertUtcFileTimeToString(prop.filetime, dest, level); 264 ConvertUtcFileTimeToString(prop.filetime, dest, level);
|
H A D | PropVariantConv.h | 24 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) … 25 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SE…
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | MyLoadMenu.cpp | 455 if (ConvertUtcFileTimeToString(ft, s, kTimestampPrintLevel_DAY)) in OnMenuActivating() 488 if (ConvertUtcFileTimeToString(ft, s, timestampLevel)) in OnMenuActivating()
|
H A D | OverwriteDialog.cpp | 116 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
|
H A D | BrowseDialog2.cpp | 767 ConvertUtcFileTimeToString(fi.MTime, t); in PrintProps_MTime() 1656 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
|
H A D | BrowseDialog.cpp | 707 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | OverwriteDialogFar.cpp | 50 ConvertUtcFileTimeToString(fileInfo.Time, timeString); in SetFileInfoStrings()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()
|