Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A DFileDir.cpp139 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 DFileName.h99 #define USE_MAIN_PATH (_useSuperPathType != kSuperPathType_UseOnlySuper) macro
105 #define IF_USE_MAIN_PATH int _useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
H A DFileFind.cpp218 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 DFileIO.cpp95 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()

Completed in 5 milliseconds