Home
last modified time | relevance | path

Searched refs:GetSuperPathBase (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileName.cpp605 static bool GetSuperPathBase(CFSTR s, UString &res) in GetSuperPathBase() function
739 In that case if GetSuperPathBase doesn't return new path, we don't need
742 GetSuperPathBase superPath.IsEmpty() onlyIfNew
750 We can change that code if we want to try mainPath, if GetSuperPathBase returns error,
752 If we want to work that way, we don't need to use GetSuperPathBase return code.
757 if (GetSuperPathBase(path, superPath)) in GetSuperPath()
777 if (!GetSuperPathBase(s1, d1) || in GetSuperPaths()
778 !GetSuperPathBase(s2, d2)) in GetSuperPaths()
796 if (GetSuperPathBase(path, superPath))

Completed in 2 milliseconds