/third_party/node/test/parallel/ |
H A D | test-fs-null-bytes.js | 74 check(fs.rmdir, fs.rmdirSync, 'foo\u0000bar'); 109 check(fs.rmdir, fs.rmdirSync, fileUrl); 141 check(fs.rmdir, fs.rmdirSync, fileUrl2);
|
H A D | test-fs-error-messages.js | 352 // rmdir 358 `ENOENT: no such file or directory, rmdir '${nonexistentFile}'`); 361 assert.strictEqual(err.syscall, 'rmdir'); 365 fs.rmdir(nonexistentFile, common.mustCall(validateError)); 373 // rmdir a file 377 assert.strictEqual(err.syscall, 'rmdir'); 381 `ENOTDIR: not a directory, rmdir '${existingFile}'`); 386 `ENOENT: no such file or directory, rmdir '${existingFile}'`); 393 fs.rmdir(existingFile, common.mustCall(validateError));
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
H A D | cpuset_funcs.sh | 197 rmdir "$subdir" 209 rmdir "$CPUSET" > /dev/null 2>&1
|
/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 27 rmdir /s /q "%EXTERNALS_DIR%" || rmdir /s /q "%EXTERNALS_DIR%"
|
/third_party/musl/src/unistd/ |
H A D | rmdir.c | 5 int rmdir(const char *path) in rmdir() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | remove.c | 9 if (r==-EISDIR) r = rmdir(path); in remove()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | remove.c | 9 if (r==-EISDIR) r = rmdir(path); in remove()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | remove.c | 9 if (r==-EISDIR) r = rmdir(path); in remove()
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
H A D | rmdir01.c | 7 * This test will verify that rmdir(2) syscall basic functionality. 8 * verify rmdir(2) returns a value of 0 and the directory being removed. 24 TEST(rmdir(TESTDIR)); in verify_rmdir() 26 tst_res(TFAIL | TTERRNO, "rmdir(%s) failed", TESTDIR); in verify_rmdir() 31 tst_res(TFAIL, "rmdir(%s) failed", TESTDIR); in verify_rmdir() 33 tst_res(TPASS, "rmdir(%s) success", TESTDIR); in verify_rmdir()
|
H A D | rmdir03.c | 8 * check rmdir() fails with EPERM or EACCES 11 * create directory tstdir2 under tstdir1. Call rmdir(), 12 * set to be user nobody. Pass tstdir2 to rmdir(2), verify 17 * tstdir1. Call rmdir(), set to be user nobody. Pass 18 * tstdir2 to rmdir(2), verify the return value is not 0 and 47 TEST(rmdir(tc->subdir)); in do_rmdir() 49 tst_res(TFAIL, "rmdir() succeeded unexpectedly"); in do_rmdir() 55 tst_res(TPASS | TTERRNO, "rmdir() got expected errno"); in do_rmdir() 61 tst_res(TPASS | TTERRNO, "rmdir() got expected errno"); in do_rmdir()
|
/third_party/toybox/toys/posix/ |
H A D | rmdir.c | 0 /* rmdir.c - remove directory/path 5 * See http://opengroup.org/onlinepubs/9699919799/utilities/rmdir.html 7 USE_RMDIR(NEWTOY(rmdir, "<1(ignore-fail-on-non-empty)p(parents)", TOYFLAG_BIN)) 10 bool "rmdir" 13 usage: rmdir [-p] [DIR...] 29 if (rmdir(name)) { in do_rmdir()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_subgroup_charge.sh | 46 rmdir subgroup
|
/third_party/python/Tools/buildbot/ |
H A D | clean.bat | 16 rmdir /s /q "%root%\build"
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 199 DEF_FS_FUNCTION(rmdir, _wrmdir , _rmdir) 310 #define rmdir win32_rmdir macro
|
/third_party/cJSON/ |
H A D | Makefile | 154 $(if $(wildcard $(INSTALL_LIBRARY_PATH)/*.*),,rmdir $(INSTALL_LIBRARY_PATH)) 155 $(if $(wildcard $(INSTALL_INCLUDE_PATH)/*.*),,rmdir $(INSTALL_INCLUDE_PATH))
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc.h | 370 struct RMDIR3args rmdir; member 492 struct RMDIR3resok rmdir; member
|
H A D | nfs_mount.h | 123 struct rpc_call_rmdir rmdir; member
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_file_test.c | 165 show_prompt("rmdir()"); in stage_file_test() 166 show_result(rmdir(rmdir_path)); in stage_file_test() 217 rmdir(mkdir_path); in creanup_files() 237 set_profile(3, "file::rmdir"); in set_file_enforce() 261 set_profile(0, "file::rmdir"); in set_file_enforce()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.py | 36 def rmdir(self,dir): member in Machine 96 self.rmdir(unexportDir)
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file_functions.py | 2 # open, os.open, os.stat. os.listdir, os.rename, os.remove, os.mkdir, os.chdir, os.rmdir 104 self._apply_failure(os.rmdir, name) 141 self._apply_failure(os.rmdir, name)
|
/third_party/icu/tools/multi/proj/chello/ |
H A D | Makefile | 43 -rmdir $(OUT)
|
/third_party/python/Lib/distutils/command/ |
H A D | clean.py | 73 os.rmdir(self.build_base)
|
/third_party/python/Lib/ |
H A D | shutil.py | 624 os.rmdir(path) 626 onerror(os.rmdir, path, sys.exc_info()) 664 os.rmdir(entry.name, dir_fd=topfd) 666 onerror(os.rmdir, fullname, sys.exc_info()) 685 _use_fd_functions = ({os.open, os.stat, os.unlink, os.rmdir} <= 736 os.rmdir(path, dir_fd=dir_fd) 738 onerror(os.rmdir, path, sys.exc_info())
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
H A D | cgroup_fj_common.sh | 12 TST_NEEDS_CMDS="rmdir killall" 76 [ -d "$start_path" ] && find "$start_path" -depth -type d -exec rmdir '{}' \;
|
/third_party/googletest/googletest/test/ |
H A D | gtest_dirs_test.cc | 57 ~MakeTempDir() { GTEST_CHECK_POSIX_SUCCESS_(rmdir(dirname_.c_str())); } in ~MakeTempDir()
|