Searched refs:USE_MAIN_PATH (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 139 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in SetDirTime() 174 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in SetFileAttrib() 211 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in RemoveDir() 336 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH)
in CreateDir() 339 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in CreateDir() 371 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH)
in CreateDir2() 374 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in CreateDir2() 515 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in DeleteFileAlways()
|
H A D | FileName.h | 99 #define USE_MAIN_PATH (_useSuperPathType != kSuperPathType_UseOnlySuper)
macro 105 #define IF_USE_MAIN_PATH int _useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
|
H A D | FileFind.cpp | 218 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in FindFirst() 342 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in FindFirst() 425 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in GetFileAttrib() 858 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in FindFirst()
|
H A D | FileIO.cpp | 95 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in Create()
|
Completed in 4 milliseconds