Searched refs:USE_MAIN_PATH (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 90 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in SetDirTime() 123 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in SetFileAttrib() 158 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in RemoveDir() 276 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir() 279 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir() 311 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir2() 314 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir2() 438 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in DeleteFileAlways()
|
D | FileName.h | 91 #define USE_MAIN_PATH (__useSuperPathType != kSuperPathType_UseOnlySuper) macro 97 #define IF_USE_MAIN_PATH int __useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
|
D | FileFind.cpp | 173 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst() 292 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst() 388 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in GetFileAttrib() 685 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
|
D | FileIO.cpp | 75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()
|