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

/external/lzma/CPP/Windows/
H A DFileName.h47 bool GetSuperPath(CFSTR path, UString &longPath, bool onlyIfNew);
48 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
H A DFileName.cpp526 GetSuperPathBase superPath.IsEmpty() onlyIfNew
539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) argument
545 // actually the only possible when onlyIfNew == true and superPath is empty
548 if (onlyIfNew)
557 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) argument
562 if (d1.IsEmpty() && d2.IsEmpty() && onlyIfNew)

Completed in 101 milliseconds