Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/
H A DPropVariantConv.cpp22 bool ConvertUtcFileTimeToString2(const FILETIME &utc, unsigned ns100, char *s, int level, unsigned … function
178 return ConvertUtcFileTimeToString2(utc, 0, s, level);
181 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *dest, int level) thro… function
184 const bool res = ConvertUtcFileTimeToString2(ft, ns100, s, level);
H A DPropVariantConv.h26 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, char *s, int level = kTimestam…
27 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *s, int level = kTimes…
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp178 ConvertUtcFileTimeToString2(ft, ns100, dest, level); in ConvertPropertyToShortString2()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp530 ConvertUtcFileTimeToString2(t.FT, t.Ns100, dest, prec, flags); in PrintTime()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DApfsHandler.cpp1751 ConvertUtcFileTimeToString2(ft, ns100, temp