HomeSort by relevance Sort by last modified time
    Searched refs:ConvertUtcFileTimeToString (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/Windows/
PropVariantConv.h 16 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) throw();
17 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SEC) throw();
PropVariantConv.cpp 12 bool ConvertUtcFileTimeToString(const FILETIME &utc, char *s, int level) throw()
83 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw()
86 bool res = ConvertUtcFileTimeToString(ft, s, level);
109 case VT_FILETIME: ConvertUtcFileTimeToString(prop.filetime, dest); return;
130 case VT_FILETIME: ConvertUtcFileTimeToString(prop.filetime, dest); return;
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 78 ConvertUtcFileTimeToString(fileInfo.Time, t);
BrowseDialog.cpp 647 ConvertUtcFileTimeToString(fi.MTime, s,
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 140 ConvertUtcFileTimeToString(prop.filetime, dest, level);
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 267 if (ConvertUtcFileTimeToString(*ft, temp, kTimestampPrintLevel_SEC))
List.cpp 501 ConvertUtcFileTimeToString(*ft, dest, kTimestampPrintLevel_SEC);
    [all...]

Completed in 553 milliseconds