Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/config/
Dinstall-sh261 rmtmp=$dstdir/_rm.$$_
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dinstall-sh450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
497 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
498 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }