Home
last modified time | relevance | path

Searched refs:GetSuperPaths (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.h97 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
DFileDir.cpp240 if (GetSuperPaths(oldFile, newFile, d1, d2, USE_MAIN_PATH_2)) in MyMoveFile()
289 if (GetSuperPaths(newFileName, existFileName, d1, d2, USE_MAIN_PATH_2)) in MyCreateHardLink()
DFileName.cpp775 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths() function