Searched defs:getSONAME (Results 1 - 1 of 1) sorted by relevance

/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl19882 if(my $SONAME = getSONAME($Path)) {
20008 sub getSONAME($) subroutine
20012 if(defined $Cache{"getSONAME"}{$Path}) {
20013 return $Cache{"getSONAME"}{$Path};
20029 return ($Cache{"getSONAME"}{$Path} = $1);
20032 return ($Cache{"getSONAME"}{$Path}="");

Completed in 90 milliseconds