Home
last modified time | relevance | path

Searched refs:kTimestampPrintLevel_SEC (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DPropVariantConv.h13 #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 DPropVariantConv.cpp47 if (level >= kTimestampPrintLevel_SEC) in ConvertUtcFileTimeToString2()
51 if (level > kTimestampPrintLevel_SEC) in ConvertUtcFileTimeToString2()
/third_party/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp159 numDigits < kTimestampPrintLevel_SEC in ConvertPropertyToShortString2()
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp279 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC)) in PrintFileInfo()
H A DList.cpp506 int prec = kTimestampPrintLevel_SEC; in PrintTime()

Completed in 9 milliseconds