Home
last modified time | relevance | path

Searched refs:rmdir (Results 151 - 175 of 234) sorted by relevance

12345678910

/third_party/musl/libc-test/src/api/
H A Dunistd.c311 {int(*p)(const char*) = rmdir;} in f()
/third_party/pulseaudio/src/modules/
H A Dohos_module-protocol-stub.c483 rmdir(p); in pa__done()
H A Dmodule-protocol-stub.c482 rmdir(p); in pa__done()
/third_party/python/Doc/
H A Dmake.bat79 rmdir /q /s "%BUILDDIR%"
/third_party/skia/third_party/externals/libpng/
H A Ddepcomp387 rmdir '$lockdir'
399 rmdir "$lockdir"
/third_party/skia/third_party/externals/microhttpd/
H A Ddepcomp387 rmdir '$lockdir'
399 rmdir "$lockdir"
/third_party/python/Lib/test/
H A Dtest_imp.py490 os.rmdir(name)
H A Dtest_reprlib.py261 os.rmdir(p)
H A Dtest_shutil.py308 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 Dtest_pkgutil.py141 self.addCleanup(os.rmdir, d)
H A Dtest_tarfile.py248 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 Dwasm-runtime.cpp360 return trace(rmdir(Path)); in env$$__syscall40()
/third_party/node/
H A Dvcbuild.bat217 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 Ddebuginfod-client.c359 (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 Dgtest-port.h2006 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 Dgtest-port.h2032 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 Dpathlib.py1144 If the path is a directory, use rmdir() instead.
1152 def rmdir(self): member in Path
1156 os.rmdir(self)
H A Dmailbox.py477 os.rmdir(os.path.join(root, entry))
478 os.rmdir(path)
1144 os.rmdir(path)
/third_party/ffmpeg/libavformat/
H A Dhdsenc.c544 rmdir(s->url); in hds_write_trailer()
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp924 return (rmdir(path) == 0); in RemoveDir()
/third_party/mbedtls/scripts/
H A Dabi_check.py533 os.rmdir(self.report_dir)
/third_party/libfuse/lib/modules/
H A Dsubdir.c587 .rmdir = subdir_rmdir,
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc589 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 Dnfs_adapter.c2627 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 Dlibcpuset.c2058 (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()

Completed in 43 milliseconds

12345678910