Lines Matching refs:addPathIfExists
33 using tools::addPathIfExists;
314 addPathIfExists(D, concat(SysRoot, "/libo32"), Paths); in Linux()
315 addPathIfExists(D, concat(SysRoot, "/usr/libo32"), Paths); in Linux()
319 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Linux()
320 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux()
326 addPathIfExists( in Linux()
333 addPathIfExists(D, concat(SysRoot, "/usr/lib", MultiarchTriple), Paths); in Linux()
339 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir), Paths); in Linux()
341 addPathIfExists(D, concat(SysRoot, "/usr/lib/..", OSLibDir), Paths); in Linux()
344 addPathIfExists(D, concat(SysRoot, "/", OSLibDir, ABIName), Paths); in Linux()
345 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir, ABIName), Paths); in Linux()
350 addPathIfExists(D, concat(SysRoot, "/lib"), Paths); in Linux()
351 addPathIfExists(D, concat(SysRoot, "/usr/lib"), Paths); in Linux()