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, longPath, USE_MAIN_PATH)) in SetDirTime()
123 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in SetFileAttrib()
149 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in RemoveDir()
244 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir()
247 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in CreateDir()
322 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in DeleteFileAlways()
DFileName.h50 #define USE_MAIN_PATH (__useSuperPathType != kSuperPathType_UseOnlySuper) macro
56 #define IF_USE_MAIN_PATH int __useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
DFileFind.cpp141 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in FindFirst()
232 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in FindFirst()
513 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in FindFirst()
DFileIO.cpp75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()