Searched refs:kTimestampPrintLevel_SEC (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | PropVariantConv.h | 13 #define kTimestampPrintLevel_SEC 0
macro 17 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) throw();
18 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SEC) throw();
19 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, char *s, int level = kTimestampPrintLevel_SEC) throw();
20 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *s, int level = kTimestampPrintLevel_SEC) throw();
|
H A D | PropVariantConv.cpp | 47 if (level >= kTimestampPrintLevel_SEC)
in ConvertUtcFileTimeToString2() 51 if (level > kTimestampPrintLevel_SEC)
in ConvertUtcFileTimeToString2()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | PropIDUtils.cpp | 159 numDigits < kTimestampPrintLevel_SEC
in ConvertPropertyToShortString2()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC))
in PrintFileInfo()
|
H A D | List.cpp | 506 int prec = kTimestampPrintLevel_SEC;
in PrintTime()
|
Completed in 5 milliseconds