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))
149 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
267 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH)
270 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
302 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH)
305 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
429 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))
679 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
FileIO.cpp 75 if (GetSuperPath(path, superPath, USE_MAIN_PATH))

Completed in 313 milliseconds