HomeSort by relevance Sort by last modified time
    Searched refs:dsttmp (Results 26 - 26 of 26) sorted by null

12

  /ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh 243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &
    [all...]

Completed in 640 milliseconds

12