Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/
H A DPropVariantConv.cpp176 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 DPropVariantConv.h24 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 DMyLoadMenu.cpp455 if (ConvertUtcFileTimeToString(ft, s, kTimestampPrintLevel_DAY)) in OnMenuActivating()
488 if (ConvertUtcFileTimeToString(ft, s, timestampLevel)) in OnMenuActivating()
H A DOverwriteDialog.cpp116 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
H A DBrowseDialog2.cpp767 ConvertUtcFileTimeToString(fi.MTime, t); in PrintProps_MTime()
1656 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
H A DBrowseDialog.cpp707 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DOverwriteDialogFar.cpp50 ConvertUtcFileTimeToString(fileInfo.Time, timeString); in SetFileInfoStrings()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()