Searched defs:remove_dir (Results 1 – 12 of 12) sorted by relevance
9 pub async fn remove_dir(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir() function
253 mod remove_dir; module
54 int remove_dir; member
126 pub async fn remove_dir(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir() function
102 pub(crate) fn remove_dir(path: impl AsRef<Path>) -> Result<()> { in remove_dir() function
182 pub fn remove_dir<P>(path: P) -> io::Result<()> in remove_dir() function
254 pub fn remove_dir(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_dir() method
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