Home
last modified time | relevance | path

Searched refs:GetUseSuperPathType (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.h91 int GetUseSuperPathType(CFSTR s) throw();
101 #define IF_USE_MAIN_PATH int __useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
103 int __useSuperPathType1 = GetUseSuperPathType(x1); \
104 int __useSuperPathType2 = GetUseSuperPathType(x2); \
DFileName.cpp539 int GetUseSuperPathType(CFSTR s) throw() in GetUseSuperPathType() function