Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h88 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew);
89 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
DFileName.cpp694 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() argument
703 if (onlyIfNew) in GetSuperPath()
712 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths() argument
717 if (d1.IsEmpty() && d2.IsEmpty() && onlyIfNew) in GetSuperPaths()