Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
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);
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…
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.cpp78 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
DMyLoadMenu.cpp455 if (ConvertUtcFileTimeToString(ft, s, kTimestampPrintLevel_DAY)) in OnMenuActivating()
488 if (ConvertUtcFileTimeToString(ft, s, timestampLevel)) in OnMenuActivating()
DBrowseDialog2.cpp767 ConvertUtcFileTimeToString(fi.MTime, t); in PrintProps_MTime()
1655 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
DBrowseDialog.cpp705 ConvertUtcFileTimeToString(fi.MTime, s, in Reload()
/external/lzma/CPP/7zip/UI/Far/
DOverwriteDialogFar.cpp50 ConvertUtcFileTimeToString(fileInfo.Time, timeString); in SetFileInfoStrings()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()