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

  /external/lzma/CPP/Windows/
FileDir.cpp 90 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
123 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
158 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
276 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH)
279 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
311 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH)
314 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
438 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
FileName.h 91 #define USE_MAIN_PATH (__useSuperPathType != kSuperPathType_UseOnlySuper)
97 #define IF_USE_MAIN_PATH int __useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
FileFind.cpp 173 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
292 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
388 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
685 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
FileIO.cpp 75 if (GetSuperPath(path, superPath, USE_MAIN_PATH))

Completed in 91 milliseconds