HomeSort by relevance Sort by last modified time
    Searched refs:rmcmd (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pipes.py 255 rmcmd = 'rm -f'
257 rmcmd = rmcmd + ' ' + quote(file)
258 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
259 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /external/python/cpython2/Lib/
pipes.py 253 rmcmd = 'rm -f'
255 rmcmd = rmcmd + ' ' + quote(file)
256 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
257 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /external/python/cpython3/Lib/
pipes.py 241 rmcmd = 'rm -f'
243 rmcmd = rmcmd + ' ' + quote(file)
244 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
245 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pipes.py 253 rmcmd = 'rm -f'
255 rmcmd = rmcmd + ' ' + quote(file)
256 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
257 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /prebuilts/gdb/linux-x86/lib/python2.7/
pipes.py 253 rmcmd = 'rm -f'
255 rmcmd = rmcmd + ' ' + quote(file)
256 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
257 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 253 rmcmd = 'rm -f'
255 rmcmd = rmcmd + ' ' + quote(file)
256 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
257 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 253 rmcmd = 'rm -f'
255 rmcmd = rmcmd + ' ' + quote(file)
256 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
257 cmdlist = trapcmd + '\n' + cmdlist + '\n' + rmcmd
  /external/cmockery/cmockery_0_1_2/
install-sh 65 rmcmd="$rmprog -f"
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
  /external/e2fsprogs/config/
install-sh 39 rmcmd="$rmprog -f"
232 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/fec/
install-sh 51 rmcmd="$rmprog -f"
245 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/icu/icu4c/source/
install-sh 51 rmcmd="$rmprog -f"
245 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/iputils/ninfod/
install-sh 51 rmcmd="$rmprog -f"
245 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/jemalloc/build-aux/
install-sh 51 rmcmd="$rmprog -f"
244 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/libogg/
install-sh 65 rmcmd="$rmprog -f"
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
  /external/libpcap/
install-sh 51 rmcmd="$rmprog -f"
244 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/ltp/utils/ffsb-6.0-rc2/
install-sh 51 rmcmd="$rmprog -f"
244 $doit $rmcmd -f $dstdir/$dstfile &&
  /external/python/cpython2/
install-sh 69 rmcmd="$rmprog -f"
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
  /external/python/cpython3/
install-sh 69 rmcmd="$rmprog -f"
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
  /external/swiftshader/third_party/LLVM/autoconf/
install-sh 65 rmcmd="$rmprog -f"
294 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
  /external/tcpdump/
install-sh 51 rmcmd="$rmprog -f"
244 $doit $rmcmd -f $dstdir/$dstfile &&
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
install-sh 69 rmcmd="$rmprog -f"
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
install-sh 69 rmcmd="$rmprog -f"
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
install-sh 69 rmcmd="$rmprog -f"
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
install-sh 69 rmcmd="$rmprog -f"
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
  /external/ImageMagick/config/
install-sh 76 rmcmd="$rmprog -f"
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }

Completed in 645 milliseconds

1 2 3