Home
last modified time | relevance | path

Searched refs:kTimestampPrintLevel_SEC (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DPropVariantConv.h13 #define kTimestampPrintLevel_SEC 0 macro
16 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) …
17 …tUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SEC) throw();
DPropVariantConv.cpp44 if (level >= kTimestampPrintLevel_SEC) in ConvertUtcFileTimeToString()
48 if (level > kTimestampPrintLevel_SEC) in ConvertUtcFileTimeToString()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp267 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()
DList.cpp501 ConvertUtcFileTimeToString(*ft, dest, kTimestampPrintLevel_SEC); in PrintTime()