Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h87 int GetUseSuperPathType(CFSTR s) throw();
97 #define IF_USE_MAIN_PATH int __useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
99 int __useSuperPathType1 = GetUseSuperPathType(x1); \
100 int __useSuperPathType2 = GetUseSuperPathType(x2); \
DFileName.cpp491 int GetUseSuperPathType(CFSTR s) throw() in GetUseSuperPathType() function