Lines Matching refs:addPathIfExists
32 using tools::addPathIfExists;
268 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux()
269 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
279 addPathIfExists(D, in Linux()
285 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()
291 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths); in Linux()
293 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux()
296 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths); in Linux()
297 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths); in Linux()
308 addPathIfExists(D, D.Dir + "/../lib", Paths); in Linux()
310 addPathIfExists(D, SysRoot + "/lib", Paths); in Linux()
311 addPathIfExists(D, SysRoot + "/usr/lib", Paths); in Linux()