Home
last modified time | relevance | path

Searched defs:remove_dir_all (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/fs/
Dremove_dir_all.rs11 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
Dmod.rs256 mod remove_dir_all; module
/external/rust/android-crates-io/crates/tokio/tests/
Dfs_remove_dir_all.rs8 async fn remove_dir_all() { in remove_dir_all() function
/external/rust/android-crates-io/crates/fs-err/src/tokio/
Dmod.rs137 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
/external/rust/android-crates-io/crates/fs-err/src/
Dlib.rs193 pub fn remove_dir_all<P>(path: P) -> io::Result<()> in remove_dir_all() function
/external/rust/android-crates-io/crates/uefi/src/fs/file_system/
Dfs.rs284 pub fn remove_dir_all(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_dir_all() method