Searched refs:onlyIfNew (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileName.h | 88 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew); 89 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
|
D | FileName.cpp | 692 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() argument 701 if (onlyIfNew) in GetSuperPath() 710 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths() argument 715 if (d1.IsEmpty() && d2.IsEmpty() && onlyIfNew) in GetSuperPaths()
|