Searched refs:GetSuperPath (Results 1 – 5 of 5) 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() 149 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in RemoveDir() 270 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir() 305 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir2() 429 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in DeleteFileAlways()
|
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() 679 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
|
D | FileName.h | 88 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew);
|
D | FileIO.cpp | 75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()
|
D | FileName.cpp | 694 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() function
|