Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DPropVariantConv.h24 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw();
25 void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) throw();
DPropVariantConv.cpp126 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw() in ConvertPropVariantToShortString() function
159 void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) throw() in ConvertPropVariantToShortString() function
/third_party/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp248 ConvertPropVariantToShortString(prop, dest); in ConvertPropertyToShortString2()
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp1062 ConvertPropVariantToShortString(prop, s); in main()