/third_party/node/test/parallel/ |
D | test-fs-rmdir-recursive.js | 67 fs.rmdir(dir, common.mustCall((err) => { 71 fs.rmdir(dir, { recursive: false }, common.mustCall((err) => { 75 fs.rmdir(dir, { recursive: true }, common.mustSucceed(() => { 77 fs.rmdir(dir, { recursive: true }, common.mustSucceed(() => { 79 fs.rmdir(dir, common.mustCall((err) => { 135 assert.rejects(fs.promises.rmdir(dir), { syscall: 'rmdir' }); 136 assert.rejects(fs.promises.rmdir(dir, { recursive: false }), { 141 await fs.promises.rmdir(dir, { recursive: true }); 144 await fs.promises.rmdir(dir, { recursive: true }); 147 assert.rejects(fs.promises.rmdir(dir), { syscall: 'rmdir' });
|
/third_party/libjpeg-turbo/release/ |
D | uninstall.in | 69 rmdir $BINDIR 2>&1 || EXITSTATUS=-1 72 rmdir $LIBDIR/pkgconfig 2>&1 || EXITSTATUS=-1 75 rmdir $LIBDIR/cmake/@CMAKE_PROJECT_NAME@ || EXITSTATUS=-1 78 rmdir $LIBDIR/cmake || EXITSTATUS=-1 81 rmdir $LIBDIR 2>&1 || EXITSTATUS=-1 84 rmdir $INCLUDEDIR 2>&1 || EXITSTATUS=-1 95 rmdir $MANDIR/man1 2>&1 || EXITSTATUS=-1 98 rmdir $MANDIR 2>&1 || EXITSTATUS=-1 101 rmdir $JAVADIR 2>&1 || EXITSTATUS=-1 104 rmdir $DATAROOTDIR 2>&1 || EXITSTATUS=-1 [all …]
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_function.sh | 69 rmdir "$start_path/ltp_2" 73 if ! rmdir "$start_path/ltp_3"; then 93 ROD rmdir "$start_path/ltp_2" 104 if rmdir "$start_path/ltp_1" > /dev/null 2>&1; then 118 if rmdir "$start_path/ltp_1" > /dev/null 2>&1; then 125 ROD rmdir "$start_path/ltp_1/a" 212 ROD rmdir "$start_path/ltp_1"
|
/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/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/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | uninstall.in | 68 rmdir $BINDIR 2>&1 || EXITSTATUS=-1 71 rmdir $LIBDIR/pkgconfig 2>&1 || EXITSTATUS=-1 74 rmdir $LIBDIR 2>&1 || EXITSTATUS=-1 77 rmdir $INCLUDEDIR 2>&1 || EXITSTATUS=-1 88 rmdir $MANDIR/man1 2>&1 || EXITSTATUS=-1 91 rmdir $MANDIR 2>&1 || EXITSTATUS=-1 94 rmdir $JAVADIR 2>&1 || EXITSTATUS=-1 97 rmdir $DATAROOTDIR 2>&1 || EXITSTATUS=-1 102 rmdir $PREFIX 2>&1 || EXITSTATUS=-1 103 rmdir /Library/Documentation/$PKGNAME 2>&1 || EXITSTATUS=-1
|
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
D | memcg_regression_test.sh | 110 rmdir memcg/0/ 153 rmdir memcg/0 168 rmdir memcg/0 187 rmdir memcg/0 215 rmdir memcg/0 2> /dev/null 239 rmdir memcg/
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 39 find cgroup/ -maxdepth 1 -depth -exec rmdir {} + 41 rmdir cgroup 147 rmdir cgroup/0 cgroup/1 195 rmdir $cpu_subsys_path/0 2> /dev/null 224 rmdir cgroup/0 256 rmdir cgroup/0 292 rmdir cgroup/[1-9]* > /dev/null 2>&1 326 rmdir $subsys_path/0 351 rmdir cgroup/0
|
/third_party/node/deps/npm/node_modules/rimraf/ |
D | rimraf.js | 152 return rmdir(p, options, er, cb) 161 : rmdir(p, options, er, cb) 163 return rmdir(p, options, er, cb) 185 rmdir(p, options, er, cb) 222 function rmdir (p, options, originalEr, cb) { function 232 options.rmdir(p, function (er) { 252 return options.rmdir(p, cb) 261 options.rmdir(p, cb)
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_stat_test.sh | 56 rmdir subgroup 74 rmdir subgroup 94 rmdir subgroup 115 rmdir subgroup
|
D | memcg_use_hierarchy_test.sh | 28 rmdir subgroup 40 rmdir subgroup 53 rmdir subgroup
|
/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/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/ |
D | clean_premake.bat | 6 if exist VS2008 rmdir VS2008 7 if exist VS2010 rmdir VS2010 8 if exist VS2012 rmdir VS2012
|
/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/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/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/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/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/libfuse/test/ |
D | test_syscalls.c | 623 rmdir(path); in create_dir() 1544 rmdir(testdir2); in test_rename_dir() 1564 res = rmdir(testdir2); in test_rename_dir() 1753 rmdir(PATH("a/d/e")); in test_rename_dir_loop() 1754 rmdir(PATH("a/d")); in test_rename_dir_loop() 1756 rmdir(PATH("a/b/c")); in test_rename_dir_loop() 1757 rmdir(PATH("a/b")); in test_rename_dir_loop() 1758 rmdir(PATH("a")); in test_rename_dir_loop() 1761 res = rmdir(testdir); in test_rename_dir_loop() 1778 rmdir(PATH("a/d/e")); in test_rename_dir_loop() [all …]
|
/third_party/ltp/testcases/kernel/controllers/memcg/control/ |
D | memcg_control_test.sh | 98 rmdir sub 134 rmdir $TST_PATH/mnt 149 rmdir $TST_PATH/mnt/$TST_NUM
|
/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/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 42 rmdir $testpath 46 rmdir $mount_point 291 rmdir $testpath/child$i 323 rmdir $testpath/child 385 rmdir $testpath/child$i
|
/third_party/node/deps/npm/node_modules/fs-vacuum/ |
D | vacuum.js | 9 var rmdir = require('graceful-fs').rmdir variable 96 var remove = stat.isDirectory() ? rmdir : unlink
|
/third_party/node/deps/npm/test/tap/ |
D | spec-local-specifiers.js | 612 var rmdir = testdir + '/remove-behavior' 720 const rmconf = {cwd: `${rmdir}/rmsymlink`, env: conf.env, stdio: conf.stdio} 724 noFileExists(t, `${rmdir}/rmsymlink/node_modules/dep1`, 'removed symlink') 725 noFileExists(t, `${rmdir}/rmsymlink/dep1/node_modules/dep2`, 'removed transitive dep') 726 fileExists(t, `${rmdir}/rmsymlink/dep2`, 'original transitive dep still exists') 730 const rmconf = {cwd: `${rmdir}/rmesymlink`, env: conf.env, stdio: conf.stdio} 734 noFileExists(t, `${rmdir}/rmsymlink/node_modules/edep1`, 'removed symlink') 735 fileExists(t, `${rmdir}/edep1/node_modules/edep2`, 'did NOT remove transitive dep') 736 fileExists(t, `${rmdir}/edep2`, 'original transitive dep still exists')
|