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() 158 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in RemoveDir() 279 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir() 314 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in CreateDir2() 438 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() 685 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 | 692 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() function
|