Searched refs:ConvertUtcFileTimeToString2 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | PropVariantConv.cpp | 22 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 D | PropVariantConv.h | 26 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 D | PropIDUtils.cpp | 178 ConvertUtcFileTimeToString2(ft, ns100, dest, level); in ConvertPropertyToShortString2()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 530 ConvertUtcFileTimeToString2(t.FT, t.Ns100, dest, prec, flags); in PrintTime()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | ApfsHandler.cpp | 1751 ConvertUtcFileTimeToString2(ft, ns100, temp
|