Searched refs:onlyIfNew (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileName.h | 96 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew);
97 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
|
H A D | FileName.cpp | 742 GetSuperPathBase superPath.IsEmpty() onlyIfNew
755 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew)
in GetSuperPath() argument 761 // actually the only possible when onlyIfNew == true and superPath is empty
in GetSuperPath() 764 if (onlyIfNew)
in GetSuperPath() 775 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew)
in GetSuperPaths() argument 784 if (d1.IsEmpty() && d2.IsEmpty() && onlyIfNew)
in GetSuperPaths()
|
Completed in 2 milliseconds