Home
last modified time | relevance | path

Searched refs:removelist (Results 1 – 4 of 4) sorted by relevance

/external/expat/conftools/
Dltmain.sh819 removelist="$obj $lobj $libobj ${libobj}T"
821 removelist="$lobj $libobj ${libobj}T"
824 $run $rm $removelist
825 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
843 removelist="$removelist $output_obj $lockfile"
844 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
871 $run $rm $removelist
931 test -n "$output_obj" && $run $rm $removelist
951 $run $rm $removelist
961 $run $rm $removelist
[all …]
/external/dbus/
Dltmain.sh840 removelist="$obj $lobj $libobj ${libobj}T"
842 removelist="$lobj $libobj ${libobj}T"
845 $run $rm $removelist
846 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
864 removelist="$removelist $output_obj $lockfile"
865 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
892 $run $rm $removelist
952 test -n "$output_obj" && $run $rm $removelist
972 $run $rm $removelist
982 $run $rm $removelist
[all …]
/external/libffi/
Dltmain.sh849 removelist="$obj $lobj $libobj ${libobj}T"
851 removelist="$lobj $libobj ${libobj}T"
854 $run $rm $removelist
855 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
873 removelist="$removelist $output_obj $lockfile"
874 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
901 $run $rm $removelist
961 test -n "$output_obj" && $run $rm $removelist
981 $run $rm $removelist
991 $run $rm $removelist
[all …]
/external/libpng/
Dltmain.sh1318 $opt_dry_run || $RM $removelist
1321 removelist="$removelist $output_obj"
1325 $opt_dry_run || $RM $removelist
1326 removelist="$removelist $lockfile"
1355 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
1373 $opt_dry_run || $RM $removelist
1380 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1404 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
1422 $opt_dry_run || $RM $removelist
1429 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
[all …]