Searched refs:ConvertUtcFileTimeToString2 (Results 1 – 4 of 4) sorted by relevance
| /third_party/lzma/CPP/Windows/ |
| D | PropVariantConv.cpp | 12 bool ConvertUtcFileTimeToString2(const FILETIME &utc, unsigned ns100, char *s, int level) throw() in ConvertUtcFileTimeToString2() function 94 return ConvertUtcFileTimeToString2(utc, 0, s, level); in ConvertUtcFileTimeToString() 97 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *dest, int level) thro… in ConvertUtcFileTimeToString2() function 100 bool res = ConvertUtcFileTimeToString2(ft, ns100, s, level); in ConvertUtcFileTimeToString2()
|
| D | PropVariantConv.h | 19 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, char *s, int level = kTimestam… 20 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *s, int level = kTimes…
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | PropIDUtils.cpp | 169 ConvertUtcFileTimeToString2(ft, ns100, dest, level); in ConvertPropertyToShortString2()
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | List.cpp | 518 ConvertUtcFileTimeToString2(t.FT, t.Ns100, dest, prec); in PrintTime()
|