Home
last modified time | relevance | path

Searched defs:_remove_dir_contents (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/remove_dir_all/src/
Dunix.rs14 pub fn _remove_dir_contents<P: AsRef<Path>>(path: P) -> Result<(), io::Error> { in _remove_dir_contents() function
Dfs.rs80 pub fn _remove_dir_contents<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> { in _remove_dir_contents() function