Searched refs:remove_files (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/tests/ |
H A 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 [all...] |
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 81 /* - fixed the use of the remove_files function in a conditional */ 243 static int remove_files(char *filename, char *addr) in remove_files() function 312 remove_files(tmpfile, NULL); in map_and_thread() 331 remove_files(tmpfile, NULL); in map_and_thread() 351 remove_files(tmpfile, NULL); in map_and_thread() 395 remove_files(tmpfile, map_addr); in map_and_thread() 419 remove_files(tmpfile, map_addr); in map_and_thread() 428 remove_files(tmpfile, map_addr); in map_and_thread() 439 /* Was if !(remove_files()) ... in map_and_thread() 445 if (remove_files(tmpfil in map_and_thread() [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | remove_files.py | 7 # remove_files.py: 23 remove_files = glob.glob(remove_pattern) variable 24 for f in remove_files:
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 39 def remove_files(name): function 72 remove_files(TESTFN) 264 remove_files(TESTFN) 311 remove_files(TESTFN) 329 remove_files(TESTFN) 352 remove_files(TESTFN) 401 remove_files(TESTFN)
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A 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()
|
Completed in 7 milliseconds