HomeSort by relevance Sort by last modified time
    Searched refs:Lib_Path (Results 1 - 2 of 2) sorted by null

  /external/abi-dumper/
abi-dumper.pl 610 my $Lib_Path = $_[0];
611 my $Lib_Name = getFilename($Lib_Path);
624 my $Cmd = $READELF_L." --wide -S \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
652 $Cmd = $OBJDUMP." --section=$Name -d \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
667 $Cmd = $READELF_L." --wide -d \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
687 $Cmd = $READELF_L." --wide -s \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 294 milliseconds