Home
last modified time | relevance | path

Searched defs:remove_dir (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/fs/
Dremove_dir.rs9 pub async fn remove_dir(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir() function
Dmod.rs253 mod remove_dir; module
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c54 int remove_dir; member
/external/rust/android-crates-io/crates/fs-err/src/tokio/
Dmod.rs126 pub async fn remove_dir(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/
Dfs.rs102 pub(crate) fn remove_dir(path: impl AsRef<Path>) -> Result<()> { in remove_dir() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/
Dfs.rs102 pub(crate) fn remove_dir(path: impl AsRef<Path>) -> Result<()> { in remove_dir() function
/external/rust/cxx/gen/src/
Dfs.rs102 pub(crate) fn remove_dir(path: impl AsRef<Path>) -> Result<()> { in remove_dir() function
/external/rust/android-crates-io/crates/fs-err/src/
Dlib.rs182 pub fn remove_dir<P>(path: P) -> io::Result<()> in remove_dir() function
/external/rust/android-crates-io/crates/uefi/src/fs/file_system/
Dfs.rs254 pub fn remove_dir(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_dir() method
/external/autotest/client/cros/faft/utils/
Dos_interface.py165 def remove_dir(self, path): member in OSInterface
/external/autotest/client/cros/faft/
Drpc_functions.py990 def remove_dir(self, dir_path): member in SystemServicer
/external/linux-kselftest/tools/testing/selftests/landlock/
Dfs_test.c2825 TEST_F_FORK(layout1, remove_dir) in TEST_F_FORK() argument