Home
last modified time | relevance | path

Searched refs:remove_files (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/tests/
Dtest-subr.sh33 remove_files=
38 rm -f $remove_files; cd ..; rmdir $test_dir
44 remove_files="$remove_files $*"
51 remove_files="$remove_files $file"
59 remove_files="$remove_files $outfile"
73 rm -f $remove_files
74 remove_files=
Drun-unstrip-n.sh66 remove_files="$remove_files $outfile2"
DChangeLog2876 * test-subr.sh (remove_files): Don't pass -Bb to diff.
/external/curl/packages/vms/
Dstage_curl_install.com59 $ remove_files = 0
60 $ if remove_filesq .eqs. "R" then remove_files = 1
65 $ if remove_files .eq. 0
104 $ if remove_files .eq. 0
114 $ if remove_files .eq. 0
121 $ if remove_files .eq. 0
130 $ if remove_files .eq. 0
/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c243 static int remove_files(char *filename, char *addr) in remove_files() function
314 remove_files(tmpfile, NULL); in map_and_thread()
333 remove_files(tmpfile, NULL); in map_and_thread()
377 remove_files(tmpfile, map_addr); in map_and_thread()
401 remove_files(tmpfile, map_addr); in map_and_thread()
410 remove_files(tmpfile, map_addr); in map_and_thread()
427 if (remove_files(tmpfile, map_addr) == FAILED) { in map_and_thread()
/external/python/cpython2/Lib/test/
Dtest_import.py34 def remove_files(name): function
135 remove_files(TESTFN)
171 remove_files(TESTFN)
236 remove_files(TESTFN)
256 remove_files(TESTFN)
276 remove_files(TESTFN)
358 remove_files(TESTFN)
/external/python/cpython3/Lib/test/test_import/
D__init__.py35 def remove_files(name): function
68 remove_files(TESTFN)
228 remove_files(TESTFN)
275 remove_files(TESTFN)
293 remove_files(TESTFN)
316 remove_files(TESTFN)
365 remove_files(TESTFN)
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c205 int remove_files = 0; /* if set, cleanup default is not to cleanup */ variable
889 remove_files++; in main()
1063 Progname, Pid, Debug, remove_files); in main()
1791 if (remove_files) { in cleanup()