Searched refs:rm (Results 1 - 25 of 1835) sorted by relevance

1234567891011>>

/external/toolchain-utils/binary_search_tool/android/
H A Dcleanup.sh11 rm android/common.sh
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dcleanup.sh11 rm common/common.sh
/external/expat/
H A Dimport_expat.sh18 rm CMake.README
19 rm CMakeLists.txt
20 rm ConfigureChecks.cmake
21 rm MANIFEST
22 rm Makefile.in
23 rm aclocal.m4
24 rm configure
25 rm configure.ac
26 rm examples/elements.dsp
27 rm example
[all...]
/external/libxml2/VxWorks/
H A Dbuild.sh17 rm -fR src
24 find . -name '*.in' -exec rm -fR {} +
25 find . -name '*.am' -exec rm -fR {} +
26 rm -fR *.m4
27 rm -fR *.pc
28 rm -fR *.pl
29 rm -fR *.py
30 rm -fR *.spec
31 rm -fR .deps
32 rm
[all...]
/external/iptables/
H A Dautogen.sh4 rm -Rf autom4te*.cache;
/external/libnl/doc/
H A Dautogen.sh4 rm -Rf autom4te.cache;
/external/selinux/python/sepolgen/tests/
H A DMakefile4 rm -f *~ *.pyc
5 rm -f parser.out parsetab.py
6 rm -f out.txt
7 rm -f module_compile_test.fc
8 rm -f module_compile_test.if
9 rm -f module_compile_test.pp
10 rm -f output
11 rm -rf __pycache__ tmp
/external/toolchain-utils/binary_search_tool/ndk/
H A Dswitch_to_bad.sh44 cat $OBJ_LIST_FILE | xargs rm
H A Dswitch_to_good.sh44 cat $OBJ_LIST_FILE | xargs rm
/external/toybox/tests/
H A Dmkfifo.test8 rm one
13 rm existing
17 rm one two
22 rm one
28 rm -f one
H A Dsplit.test8 rm xa[a-z]
11 rm xa[a-z]
15 rm xa[a-z]
18 rm xa[ab]
22 rm walrus*
31 rm file whang*
H A Dmkdir.test13 rm existing
24 rm -rf one
43 rm -rf one
47 rm -rf one
53 rm -rf one
60 rm -rf one
67 rm -rf walrus
73 rm -rf one two three
/external/e2fsprogs/debian/
H A Dlibuuid1.postrm5 rm -rf /var/lib/libuuid
H A Duuid-runtime.postrm5 rm -rf /var/run/uuidd
/external/strace/tests/
H A Dgetdents.test7 rm -rf -- "$LOG".dir
H A Dgetdents64.test7 rm -rf -- "$LOG".dir
H A Dreaddir.test7 rm -rf -- "$LOG".dir
/external/strace/tests-m32/
H A Dgetdents.test7 rm -rf -- "$LOG".dir
H A Dgetdents64.test7 rm -rf -- "$LOG".dir
H A Dreaddir.test7 rm -rf -- "$LOG".dir
/external/strace/tests-mx32/
H A Dgetdents.test7 rm -rf -- "$LOG".dir
H A Dgetdents64.test7 rm -rf -- "$LOG".dir
H A Dreaddir.test7 rm -rf -- "$LOG".dir
/external/vogar/src/vogar/tasks/
H A DRmTask.java24 private final Rm rm; field in class:RmTask
27 public RmTask(Rm rm, File file) { argument
28 super("rm " + file);
29 this.rm = rm;
34 rm.file(file);
/external/syslinux/com32/modules/
H A Dvesainfo.c23 static com32sys_t rm; local
39 memset(&rm, 0, sizeof rm);
41 rm.eax.w[0] = 0x4F00; /* Get SVGA general information */
42 rm.edi.w[0] = OFFS(gi);
43 rm.es = SEG(gi);
44 __intcall(0x10, &rm, &rm);
46 if (rm.eax.w[0] != 0x004F) {
67 memset(&rm,
[all...]

Completed in 416 milliseconds

1234567891011>>