/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A 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/node/test/parallel/ |
H A D | test-fs-rmdir-recursive.js | 12 'In future versions of Node.js, fs.rmdir(path, { recursive: true }) ' + 20 const nextDirPath = (name = 'rmdir-recursive') => 74 fs.rmdir(dir, common.mustCall((err) => { 75 assert.strictEqual(err.syscall, 'rmdir'); 78 fs.rmdir(dir, { recursive: false }, common.mustCall((err) => { 79 assert.strictEqual(err.syscall, 'rmdir'); 82 fs.rmdir(dir, { recursive: true }, common.mustSucceed(() => { 84 fs.rmdir(dir, { recursive: true }, common.mustCall((err) => { 87 fs.rmdir(dir, common.mustCall((err) => { 88 assert.strictEqual(err.syscall, 'rmdir'); [all...] |
H A 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);
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
H A 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
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | hugetlb_reparenting_test.sh | 51 rmdir "$MNT" 2>/dev/null 52 rmdir "$CGROUP_ROOT"/a/b 2>/dev/null 53 rmdir "$CGROUP_ROOT"/a 2>/dev/null 54 rmdir "$CGROUP_ROOT"/test1 2>/dev/null 175 echo Test charge, rmdir, uncharge 183 echo rmdir 184 rmdir $CGROUP_ROOT/test1 210 rmdir "$CGROUP_ROOT"/a/b 235 rmdir "$CGROUP_ROOT"/a/b
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | hugetlb_reparenting_test.sh | 54 rmdir "$MNT" 2>/dev/null 55 rmdir "$CGROUP_ROOT"/a/b 2>/dev/null 56 rmdir "$CGROUP_ROOT"/a 2>/dev/null 57 rmdir "$CGROUP_ROOT"/test1 2>/dev/null 178 echo Test charge, rmdir, uncharge 186 echo rmdir 187 rmdir $CGROUP_ROOT/test1 213 rmdir "$CGROUP_ROOT"/a/b 238 rmdir "$CGROUP_ROOT"/a/b
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mountndk1.cpp | 48 rmdir(TEMP_DIR1);
in Mount() 49 rmdir(TEMP_DIR2);
in Mount() 75 rmdir(TEMP_DIR1);
in Umount() 76 rmdir(TEMP_DIR2);
in Umount() 102 rmdir(TEMP_DIR1);
in Umount2() 103 rmdir(TEMP_DIR2);
in Umount2()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_stat_test.sh | 55 rmdir subgroup 73 rmdir subgroup 93 rmdir subgroup 114 rmdir subgroup
|
H A D | memcg_use_hierarchy_test.sh | 27 rmdir subgroup 39 rmdir subgroup 52 rmdir subgroup
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_test.sh | 13 TST_NEEDS_CMDS="awk dmesg find mountpoint rmdir" 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 272 # it (rmdir()ed but still has some refcnts on it). It caused memory 293 rmdir $subsys_path/0 320 rmdir cgrou [all...] |
/third_party/ltp/testcases/kernel/controllers/memctl/ |
H A 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/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest06.c | 208 rmdir(name); in main() 280 val = rmdir(fname); in crfile() 281 warn(val, "rmdir", fname); in crfile() 319 val = rmdir(fname); in unlfile() 340 rmdir(dir); in fussdir() 361 val = rmdir(dir); in fussdir() 365 "Test[%d]: rmdir of non-empty %s succeeds!", me, in fussdir() 384 val = rmdir(dir); in fussdir() 385 warn(val, "rmdir", dir); in fussdir() 480 if (rmdir(mntpoin in cleanup() [all...] |
H A D | ftest02.c | 193 rmdir(name); in main() 259 val = rmdir(fname); in crfile() 260 warn(val, "rmdir", fname); in crfile() 301 val = rmdir(fname); in unlfile() 322 rmdir(dir); in fussdir() 343 val = rmdir(dir); in fussdir() 347 "Test[%d]: rmdir of non-empty %s succeeds!", me, in fussdir() 366 val = rmdir(dir); in fussdir() 367 warn(val, "rmdir", dir); in fussdir() 466 if (rmdir(mntpoin in cleanup() [all...] |
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/ |
H A D | enhancedf2fs10.sh | 93 rmdir $DISK_PATH/test10/f2fs_grading_ssr_allocate/ 95 rmdir $DISK_PATH/test10/ 97 rmdir $DISK_PATH/f2fs_test/
|
H A D | enhancedf2fs11.sh | 92 rmdir $DISK_PATH/test11/f2fs_grading_ssr_allocate/ 94 rmdir $DISK_PATH/test11/ 96 rmdir $DISK_PATH/f2fs_test/
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A 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/python/Lib/test/ |
H A D | test_tempfile.py | 447 os.rmdir(dir) 575 os.rmdir(d) 621 os_helper.rmdir(case_sensitive_tempdir) 684 os.rmdir(dir) 741 os.rmdir(name) 746 os.rmdir(self.do_create()) 747 os.rmdir(self.do_create(pre="a")) 748 os.rmdir(self.do_create(suf="b")) 749 os.rmdir(self.do_create(pre="a", suf="b")) 750 os.rmdir(sel [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | mkdirat.c | 33 rmdir("aa"); in mkdirat_0100() 48 rmdir("bb"); in mkdirat_0200()
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 228 rmdir(tmp_dir) 363 _waitfor(os.rmdir, dirname) 380 _force_run(fullname, os.rmdir, fullname) 384 _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 401 _rmdir = os.rmdir 421 _force_run(path, os.rmdir, fullname) 425 os.rmdir(path) 431 def rmdir(dirname): function
|
/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/ |
H A D | posix_fs_rmdir_test.c | 35 * @tc.name rmdir 45 ret = rmdir(pathH); 53 * @tc.name rmdir 58 int32_t ret = rmdir(NULL);
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | mkfifo_test_002.cpp | 58 rmdir("/dev/usr"); in TestMkfifoReturn() 66 rmdir("/dev/usr"); in TestMkfifoReturn()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_rmdir_test.cpp | 25 EXPECT_EQ(0, rmdir(path)); in HWTEST_F() 29 EXPECT_EQ(0, rmdir(path)); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
H A D | cpuacct.sh | 126 rmdir $testpath/subgroup_* 128 rmdir $testpath 134 rmdir $mount_point
|
/third_party/node/lib/internal/fs/ |
H A D | rimraf.js | 24 rmdir, 116 rmdir(path, (err) => { 139 return rmdir(path, callback); 157 rmdir(path, callback);
|
/kernel/linux/linux-5.10/fs/tracefs/ |
H A D | inode.c | 52 int (*rmdir)(const char *name); member 103 * The rmdir call can call the generic functions that create in tracefs_syscall_rmdir() 105 * rmdir routine to handle races. in tracefs_syscall_rmdir() 112 ret = tracefs_ops.rmdir(name); in tracefs_syscall_rmdir() 125 .rmdir = tracefs_syscall_rmdir, 568 * @rmdir: The function to call when a rmdir is performed. 572 * The instances directory is special as it allows for mkdir and rmdir to 573 * to be done by userspace. When a mkdir or rmdir is performed, the inode 574 * locks are released and the methhods passed in (@mkdir and @rmdir) ar [all...] |