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, 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()
247 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in CreateDir()
322 if (GetSuperPath(path, longPath, USE_MAIN_PATH)) in DeleteFileAlways()
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()
DFileName.h47 bool GetSuperPath(CFSTR path, UString &longPath, bool onlyIfNew);
DFileIO.cpp75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()
DFileName.cpp539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() function