Lines Matching refs:addPathIfExists
32 using tools::addPathIfExists;
267 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux()
268 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
278 addPathIfExists(D, in Linux()
284 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()
290 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths); in Linux()
292 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux()
295 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths); in Linux()
296 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths); in Linux()
307 addPathIfExists(D, D.Dir + "/../lib", Paths); in Linux()
309 addPathIfExists(D, SysRoot + "/lib", Paths); in Linux()
310 addPathIfExists(D, SysRoot + "/usr/lib", Paths); in Linux()