Searched defs:remove_dir_all (Results 1 – 6 of 6) sorted by relevance
11 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
256 mod remove_dir_all; module
8 async fn remove_dir_all() { in remove_dir_all() function
137 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
193 pub fn remove_dir_all<P>(path: P) -> io::Result<()> in remove_dir_all() function
284 pub fn remove_dir_all(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_dir_all() method