Searched refs:includeTime (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DPropVariantConv.h9 bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime = true, bool includeSeconds = true) throw();
10 void ConvertFileTimeToString(const FILETIME &ft, wchar_t *s, bool includeTime = true, bool includeSeconds = true) throw();
H A DPropVariantConv.cpp12 bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime, bool includeSeconds) throw() argument
35 if (includeTime)
46 void ConvertFileTimeToString(const FILETIME &ft, wchar_t *dest, bool includeTime, bool includeSeconds) throw() argument
49 ConvertFileTimeToString(ft, s, includeTime, includeSeconds);

Completed in 258 milliseconds