Home
last modified time | relevance | path

Searched refs:detectDefaultPaths (Results 1 – 2 of 2) sorted by relevance

/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/checker/
H A Dabi-compliance-checker.pl9424 detectDefaultPaths(undef, undef, "bin", undef);
9452 detectDefaultPaths("inc", "lib", undef, "gcc");
9969 detectDefaultPaths(undef, undef, "bin", undef); # to extract dumps
10009 detectDefaultPaths("inc", "lib", undef, "gcc");
10035 detectDefaultPaths("inc", "lib", undef, "gcc");
10391 detectDefaultPaths(undef, undef, "bin", "gcc"); # to compile libs
10460 detectDefaultPaths(undef, undef, "bin", "gcc"); # to check symbols
10472 detectDefaultPaths(undef, undef, "bin", undef); # to extract dumps
10591 detectDefaultPaths(undef, undef, "bin", "gcc");
/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/checker/modules/Internals/
H A DSysFiles.pm572 sub detectDefaultPaths($$$$) subroutine