/third_party/node/tools/ |
H A D | install.py | 48 os.rmdir(path)
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 316 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member 848 * unlink, rmdir, rename, flush, release, fsync, fsyncdir, setxattr,
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 64 int rmdir(const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 62 int rmdir(const char *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 68 int rmdir(const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 64 int rmdir(const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 62 int rmdir(const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 68 int rmdir(const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 62 int rmdir(const char *);
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 38 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
|
/third_party/musl/include/ |
H A D | unistd.h | 78 int rmdir(const char *);
|
/third_party/python/Lib/test/ |
H A D | test_stat.py | 86 os.rmdir(TESTFN)
|
/third_party/skia/third_party/externals/tint/kokoro/windows/ |
H A D | build.bat | 59 rmdir /q/s %TEMP_DIR% > NUL || goto :error
|
/third_party/python/PCbuild/ |
H A D | find_python.bat | 39 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" ("%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" -Ec "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") && (set _Py_Python_Source=found in externals directory) && goto :found || rmdir /Q /S "%_Py_EXTERNALS_DIR%\pythonx86"
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | dir.c | 1160 if (!scops || !scops->rmdir) in kernfs_iop_rmdir() 1166 ret = scops->rmdir(kn); in kernfs_iop_rmdir() 1210 .rmdir = kernfs_iop_rmdir,
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | dir.c | 1249 if (!scops || !scops->rmdir) in kernfs_iop_rmdir() 1255 ret = scops->rmdir(kn); in kernfs_iop_rmdir() 1300 .rmdir = kernfs_iop_rmdir,
|
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
H A D | vfs_shellcmd.c | 781 return rmdir(pathname); in os_shell_cmd_do_rmdir() 860 ret = rmdir(fullpath); in os_wildcard_delete_file_or_dir() 867 perror("rm/rmdir error!"); in os_wildcard_delete_file_or_dir() 1151 ERROR_OUT_IF(argc == 0, PRINTK("rmdir [DIRECTORY]\n"), return -1); in osShellCmdRmdir() 1155 ERROR_OUT_IF(ret < 0, set_err(-ret, "rmdir error"), return -1); in osShellCmdRmdir() 1160 ret = rmdir(fullpath); in osShellCmdRmdir() 1163 PRINTK("rmdir %s failed. Error: %s.\n", fullpath, strerror(errno)); in osShellCmdRmdir() 1382 SHELLCMD_ENTRY(rmdir_shellcmd, CMD_TYPE_EX, "rmdir", XARGS, (CmdCallBackFunc)osShellCmdRmdir);
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 482 @rmdir $(ICUBLD) /s /q 483 @rmdir $(ICUTMP) /s /q 484 @rmdir $(TESTDATAOUT) /s /q
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 551 os.rmdir(fullname) 732 os.rmdir(subdir) 733 os.rmdir(src_newdir)
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_filesystem_test.c | 627 rmdir("/tmp/mount_move/"); in main() 628 rmdir("/tmp/mount_bind/"); in main() 629 rmdir("/tmp/mount/"); in main()
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 463 @rmdir $(ICUBLD) /s /q 464 @rmdir $(ICUTMP) /s /q 465 @rmdir $(TESTDATAOUT) /s /q
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | proc.c | 488 dprintk("NFS call rmdir %s\n", name->name); in nfs_proc_rmdir() 491 dprintk("NFS reply rmdir: %d\n", status); in nfs_proc_rmdir() 701 .rmdir = nfs_rmdir, 740 .rmdir = nfs_proc_rmdir,
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | upcall.c | 310 offset = INSIZE(rmdir); in venus_rmdir() 311 insize = max_t(unsigned int, offset + length + 1, OUTSIZE(rmdir)); in venus_rmdir()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | proc.c | 488 dprintk("NFS call rmdir %s\n", name->name); in nfs_proc_rmdir() 491 dprintk("NFS reply rmdir: %d\n", status); in nfs_proc_rmdir() 701 .rmdir = nfs_rmdir, 740 .rmdir = nfs_proc_rmdir,
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | upcall.c | 310 offset = INSIZE(rmdir); in venus_rmdir() 311 insize = max_t(unsigned int, offset + length + 1, OUTSIZE(rmdir)); in venus_rmdir()
|