Searched refs:remove_files (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/tests/ |
D | test-subr.sh | 33 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=
|
D | run-unstrip-n.sh | 66 remove_files="$remove_files $outfile2"
|
D | ChangeLog | 2876 * test-subr.sh (remove_files): Don't pass -Bb to diff.
|
/external/curl/packages/vms/ |
D | stage_curl_install.com | 59 $ 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/ |
D | mmstress.c | 243 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/ |
D | test_import.py | 34 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__.py | 35 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/ |
D | growfiles.c | 205 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()
|