Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DPropVariantConv.cpp12 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()
DPropVariantConv.h19 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/
DPropIDUtils.cpp169 ConvertUtcFileTimeToString2(ft, ns100, dest, level); in ConvertPropertyToShortString2()
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp518 ConvertUtcFileTimeToString2(t.FT, t.Ns100, dest, prec); in PrintTime()