Lines Matching refs:addPathIfExists
33 using tools::addPathIfExists;
303 addPathIfExists(D, concat(SysRoot, "/libo32"), Paths); in Linux()
304 addPathIfExists(D, concat(SysRoot, "/usr/libo32"), Paths); in Linux()
308 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Linux()
309 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux()
315 addPathIfExists( in Linux()
322 addPathIfExists(D, concat(SysRoot, "/usr/lib", MultiarchTriple), Paths); in Linux()
328 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir), Paths); in Linux()
330 addPathIfExists(D, concat(SysRoot, "/usr/lib/..", OSLibDir), Paths); in Linux()
333 addPathIfExists(D, concat(SysRoot, "/", OSLibDir, ABIName), Paths); in Linux()
334 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir, ABIName), Paths); in Linux()
339 addPathIfExists(D, concat(SysRoot, "/lib"), Paths); in Linux()
340 addPathIfExists(D, concat(SysRoot, "/usr/lib"), Paths); in Linux()