Home
last modified time | relevance | path

Searched refs:rmdir (Results 251 - 275 of 521) sorted by relevance

1...<<1112131415161718192021

/third_party/node/tools/
H A Dinstall.py48 os.rmdir(path)
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h316 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 Dunistd.h64 int rmdir(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h62 int rmdir(const char *);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h68 int rmdir(const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h64 int rmdir(const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h62 int rmdir(const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h68 int rmdir(const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h62 int rmdir(const char *);
/third_party/nghttp2/doc/
H A Dmake.bat38 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
/third_party/musl/include/
H A Dunistd.h78 int rmdir(const char *);
/third_party/python/Lib/test/
H A Dtest_stat.py86 os.rmdir(TESTFN)
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat59 rmdir /q/s %TEMP_DIR% > NUL || goto :error
/third_party/python/PCbuild/
H A Dfind_python.bat39 @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 Ddir.c1160 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 Ddir.c1249 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 Dvfs_shellcmd.c781 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 Dmakedata.mak482 @rmdir $(ICUBLD) /s /q
483 @rmdir $(ICUTMP) /s /q
484 @rmdir $(TESTDATAOUT) /s /q
/third_party/libfuse/test/
H A Dtest_examples.py551 os.rmdir(fullname)
732 os.rmdir(subdir)
733 os.rmdir(src_newdir)
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_filesystem_test.c627 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 Dmakedata.mak463 @rmdir $(ICUBLD) /s /q
464 @rmdir $(ICUTMP) /s /q
465 @rmdir $(TESTDATAOUT) /s /q
/kernel/linux/linux-5.10/fs/nfs/
H A Dproc.c488 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 Dupcall.c310 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 Dproc.c488 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 Dupcall.c310 offset = INSIZE(rmdir); in venus_rmdir()
311 insize = max_t(unsigned int, offset + length + 1, OUTSIZE(rmdir)); in venus_rmdir()

Completed in 26 milliseconds

1...<<1112131415161718192021