Searched defs:remove_dir (Results 1 – 9 of 9) sorted by relevance
9 pub async fn remove_dir(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir() function
81 mod remove_dir; module
54 int remove_dir; member
102 pub(crate) fn remove_dir(path: impl AsRef<Path>) -> Result<()> { in remove_dir() function
126 pub async fn remove_dir(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir() function
169 pub fn remove_dir<P>(path: P) -> io::Result<()> in remove_dir() function
165 def remove_dir(self, path): member in OSInterface
990 def remove_dir(self, dir_path): member in SystemServicer
2825 TEST_F_FORK(layout1, remove_dir) in TEST_F_FORK() argument