reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); 79 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); 82 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); 83 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); 85 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); 86 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); 93 addPathIfExists(D, D.Dir + "/../lib", Paths); 95 addPathIfExists(D, SysRoot + "/lib", Paths); 96 addPathIfExists(D, SysRoot + "/usr/lib", Paths);