Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h89 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
DFileDir.cpp175 if (GetSuperPaths(oldFile, newFile, d1, d2, USE_MAIN_PATH_2)) in MyMoveFile()
219 if (GetSuperPaths(newFileName, existFileName, d1, d2, USE_MAIN_PATH_2)) in MyCreateHardLink()
DFileName.cpp712 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths() function