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

/external/lzma/CPP/Windows/
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 78 milliseconds