Home
last modified time | relevance | path

Searched refs:USE_MAIN_PATH (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp90 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in SetDirTime()
123 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in SetFileAttrib()
149 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in RemoveDir()
267 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir()
270 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir()
302 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir2()
305 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir2()
429 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in DeleteFileAlways()
DFileName.h91 #define USE_MAIN_PATH (__useSuperPathType != kSuperPathType_UseOnlySuper) macro
97 #define IF_USE_MAIN_PATH int __useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
DFileFind.cpp173 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()
679 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
DFileIO.cpp75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()