/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 311 {int(*p)(const char*) = rmdir;} in f()
|
/third_party/pulseaudio/src/modules/ |
H A D | ohos_module-protocol-stub.c | 483 rmdir(p); in pa__done()
|
H A D | module-protocol-stub.c | 482 rmdir(p); in pa__done()
|
/third_party/python/Doc/ |
H A D | make.bat | 79 rmdir /q /s "%BUILDDIR%"
|
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 387 rmdir '$lockdir' 399 rmdir "$lockdir"
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 387 rmdir '$lockdir' 399 rmdir "$lockdir"
|
/third_party/python/Lib/test/ |
H A D | test_imp.py | 490 os.rmdir(name)
|
H A D | test_reprlib.py | 261 os.rmdir(p)
|
H A D | test_shutil.py | 308 self.assertIs(errors[1][0], os.rmdir) 359 elif func is os.rmdir: 367 self.assertEqual(func, os.rmdir) 389 _use_fd_functions = ({os.open, os.stat, os.unlink, os.rmdir} <= 1349 os.rmdir(tmpdir2) 1441 os.rmdir(tmpdir2) 2200 os.rmdir(dst_dir)
|
H A D | test_pkgutil.py | 141 self.addCleanup(os.rmdir, d)
|
H A D | test_tarfile.py | 248 os.rmdir(name) 1059 os.rmdir(longdir.rstrip("/")) 1306 os_helper.rmdir(path) 1330 os_helper.rmdir(path) 1463 os_helper.rmdir(foo) 3619 os.rmdir(tmp_filename)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | wasm-runtime.cpp | 360 return trace(rmdir(Path)); in env$$__syscall40()
|
/third_party/node/ |
H A D | vcbuild.bat | 217 if "%target%"=="Clean" rmdir /S /Q %~dp0deps\icu
222 if exist "test\.tmp*" for /f %%i in ('dir /a:d /s /b test\.tmp*') do rmdir /S /Q "%%i"
239 rmdir /Q /S "%~dp0%config%\%TARGET_NAME%" > nul 2> nul
448 rmdir /S /Q %TARGET_NAME% > nul 2> nul
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 359 (void) rmdir (f->fts_path); in debuginfod_clean_cache() 1151 /* Because of a race with cache cleanup / rmdir, try to mkdir/mkstemp up to twice. */ in debuginfod_query_server() 1759 close (fd); /* before the rmdir, otherwise it'll fail */ in debuginfod_query_server() 1760 (void) rmdir (target_cache_dir); /* nop if not empty */ in debuginfod_query_server()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 2006 inline int RmDir(const char* dir) { return rmdir(dir); } 2016 // QuRT doesn't support any directory functions, including rmdir 2019 inline int RmDir(const char* dir) { return rmdir(dir); }
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 2032 inline int RmDir(const char* dir) { return rmdir(dir); } 2042 // QuRT doesn't support any directory functions, including rmdir 2045 inline int RmDir(const char* dir) { return rmdir(dir); }
|
/third_party/python/Lib/ |
H A D | pathlib.py | 1144 If the path is a directory, use rmdir() instead. 1152 def rmdir(self): member in Path 1156 os.rmdir(self)
|
H A D | mailbox.py | 477 os.rmdir(os.path.join(root, entry)) 478 os.rmdir(path) 1144 os.rmdir(path)
|
/third_party/ffmpeg/libavformat/ |
H A D | hdsenc.c | 544 rmdir(s->url); in hds_write_trailer()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 924 return (rmdir(path) == 0);
in RemoveDir()
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 533 os.rmdir(self.report_dir)
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 587 .rmdir = subdir_rmdir,
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 589 args.GetIsolate()->ThrowError("rmdir() takes one or two arguments"); in RemoveDirectory() 595 "os.rmdir(): String conversion of argument failed."); in RemoveDirectory() 598 rmdir(*directory); in RemoveDirectory() 750 os_templ->Set(isolate, "rmdir", in AddOSMethods()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 2627 ptr = (uint32_t *)&nmp->nm_msgbuffer.rmdir.rmdir; in vfs_nfs_rmdir() 2653 (void *)&nmp->nm_msgbuffer.rmdir, reqlen, in vfs_nfs_rmdir()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 2058 (void)rmdir(buf); in cr_or_mod() 2078 if (rmdir(buf) < 0) in cpuset_delete() 2385 * 2) Then depth first recursively rmdir the cpuset directories. 2517 cpuset_fts_reverse(cs_tree); /* rmdir's must be done bottom up */ in cpuset_nuke() 2522 if (rmdir(buf) < 0 && errno != ENOENT) { in cpuset_nuke()
|