Home
last modified time | relevance | path

Searched refs:GetSuperPath (Results 1 – 5 of 5) 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()
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()
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()
685 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
DFileName.h88 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew);
DFileIO.cpp75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()
DFileName.cpp692 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() function