/third_party/node/test/parallel/ |
D | test-fs-rmdir-recursive.js | 74 fs.rmdir(dir, common.mustCall((err) => { 78 fs.rmdir(dir, { recursive: false }, common.mustCall((err) => { 82 fs.rmdir(dir, { recursive: true }, common.mustSucceed(() => { 84 fs.rmdir(dir, { recursive: true }, common.mustCall((err) => { 87 fs.rmdir(dir, common.mustCall((err) => { 144 await assert.rejects(fs.promises.rmdir(dir), { syscall: 'rmdir' }); 145 await assert.rejects(fs.promises.rmdir(dir, { recursive: false }), { 150 await fs.promises.rmdir(dir, { recursive: true }); 153 await assert.rejects(fs.promises.rmdir(dir, { recursive: true }), 157 await assert.rejects(fs.promises.rmdir(dir), { syscall: 'rmdir' });
|
D | test-trace-events-fs-async.js | 161 fs.rmdir('fstemp0', () => {}); 167 fs.rmdir(fp, () => {}); 214 function rmdir() { function 217 fs.rmdir('fstemp2', () => {}); 294 tests.rmdir = wrapper(rmdir);
|
D | test-fs-rmdir-recursive-throws-not-found.js | 20 fs.rmdir( 30 () => fs.promises.rmdir(path.join(tmpdir.path, 'noexist.txt'),
|
D | test-fs-rmdir-recursive-throws-on-file.js | 20 fs.rmdir(filePath, { recursive: true }, common.mustCall((err) => { 27 assert.rejects(() => fs.promises.rmdir(filePath, { recursive: true }),
|
/third_party/toybox/tests/ |
D | mkdir.test | 8 rmdir one 17 rmdir one two 28 rmdir existing 33 rmdir one 37 rmdir one
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_function.sh | 65 rmdir "$start_path/ltp_2" 69 if ! rmdir "$start_path/ltp_3"; then 95 ROD rmdir "$start_path/ltp_2" 106 if rmdir "$start_path/ltp_1" > /dev/null 2>&1; then 128 if rmdir "$start_path/ltp_1" > /dev/null 2>&1; then 135 ROD rmdir "$start_path/ltp_1/a" 234 rmdir "$start_path/ltp_1" >/dev/null 2>&1
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | rmdir.c | 34 int rm = rmdir(path); in rmdir_0100() 40 int rm = rmdir(path); in rmdir_0100() 55 int rm = rmdir(path); in rmdir_0200() 58 int rm = rmdir(path); in rmdir_0200() 60 rm = rmdir(path); in rmdir_0200()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 33 find cgroup/ -maxdepth 1 -depth -exec rmdir {} + 35 rmdir cgroup 141 rmdir cgroup/0 cgroup/1 180 rmdir $cpu_subsys_path/0 2> /dev/null 209 rmdir cgroup/0 241 rmdir cgroup/0 293 rmdir $subsys_path/0 320 rmdir cgroup/0
|
/third_party/curl/tests/data/ |
D | test610 | 13 Dummy test file for rmdir test 27 SFTP post-quote rmdir 30 …url_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: -Q "-rmdir %PWD/%LOGDIR/test%… 36 Dummy test file for rmdir test
|
/third_party/python/Lib/test/ |
D | test_tempfile.py | 453 os.rmdir(dir) 579 os.rmdir(d) 625 os_helper.rmdir(case_sensitive_tempdir) 688 os.rmdir(dir) 745 os.rmdir(name) 750 os.rmdir(self.do_create()) 751 os.rmdir(self.do_create(pre="a")) 752 os.rmdir(self.do_create(suf="b")) 753 os.rmdir(self.do_create(pre="a", suf="b")) 754 os.rmdir(self.do_create(pre="aa", suf=".txt")) [all …]
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_stat_test.sh | 55 rmdir subgroup 73 rmdir subgroup 93 rmdir subgroup 114 rmdir subgroup
|
D | memcg_use_hierarchy_test.sh | 27 rmdir subgroup 39 rmdir subgroup 52 rmdir subgroup
|
D | memcg_move_charge_at_immigrate_test.sh | 32 rmdir subgroup_a 51 rmdir subgroup_a subgroup_b
|
/third_party/elfutils/tests/ |
D | run-addr2line-alt-debugpath.sh | 62 rmdir ${abs_test_bindir}/bin 63 rmdir ${abs_test_bindir} 64 rmdir ${abs_test_debugdir}/bin 65 rmdir ${abs_test_debugdir}
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 193 rmdir(name); in main() 259 val = rmdir(fname); in crfile() 301 val = rmdir(fname); in unlfile() 322 rmdir(dir); in fussdir() 343 val = rmdir(dir); in fussdir() 366 val = rmdir(dir); in fussdir() 466 if (rmdir(mntpoint) != 0) in cleanup()
|
D | ftest06.c | 208 rmdir(name); in main() 280 val = rmdir(fname); in crfile() 319 val = rmdir(fname); in unlfile() 340 rmdir(dir); in fussdir() 361 val = rmdir(dir); in fussdir() 384 val = rmdir(dir); in fussdir() 480 if (rmdir(mntpoint) != 0) { in cleanup()
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | myfunctions.sh | 50 rmdir /dev/memctl/group* 2> /dev/null 52 rmdir /dev/memctl 2> /dev/null 78 rmdir /dev/memctl/group*
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 224 rmdir(tmp_dir) 281 _waitfor(os.rmdir, dirname) 298 _force_run(fullname, os.rmdir, fullname) 302 _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 319 _rmdir = os.rmdir 339 _force_run(path, os.rmdir, fullname) 343 os.rmdir(path) 349 def rmdir(dirname): function
|
/third_party/libfuse/test/ |
D | test_syscalls.c | 624 rmdir(path); in create_dir() 1545 rmdir(testdir2); in test_rename_dir() 1565 res = rmdir(testdir2); in test_rename_dir() 1754 rmdir(PATH("a/d/e")); in test_rename_dir_loop() 1755 rmdir(PATH("a/d")); in test_rename_dir_loop() 1757 rmdir(PATH("a/b/c")); in test_rename_dir_loop() 1758 rmdir(PATH("a/b")); in test_rename_dir_loop() 1759 rmdir(PATH("a")); in test_rename_dir_loop() 1762 res = rmdir(testdir); in test_rename_dir_loop() 1779 rmdir(PATH("a/d/e")); in test_rename_dir_loop() [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | parameters.sh | 79 rmdir /dev/cpuctl/group* 2> /dev/null 81 rmdir /dev/cpuctl 2> /dev/null 110 rmdir /dev/cpuctl/group*
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | mkdirat.c | 33 rmdir("aa"); in mkdirat_0100() 48 rmdir("bb"); in mkdirat_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
D | unistd_rmdir_test.cpp | 25 EXPECT_EQ(0, rmdir(path)); 29 EXPECT_EQ(0, rmdir(path));
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 126 rmdir $testpath/subgroup_* 128 rmdir $testpath 134 rmdir $mount_point
|
/third_party/node/lib/internal/fs/ |
D | rimraf.js | 24 rmdir, 116 rmdir(path, (err) => { 139 return rmdir(path, callback); 157 rmdir(path, callback);
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | libcgroup_freezer | 110 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null 121 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null 158 rmdir $TMP/${cgroup_subsys}_test 209 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir 242 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir 608 [ -d "${cgroup_name}" ] && rmdir "${cgroup_name}" && return 0
|