Searched defs:remove_file (Results 1 – 10 of 10) sorted by relevance
15 pub async fn remove_file(path: impl AsRef<Path>) -> io::Result<()> { in remove_file() function
69 mod remove_file; module
52 def remove_file(self, file_id, announce=False): member in CrosP2PDaemon
55 int remove_file; member
78 pub(crate) fn remove_file(path: impl AsRef<Path>) -> Result<()> { in remove_file() function
453 def remove_file(self, name): member in ResultInfo
172 def remove_file(self, path): member in OSInterface
1019 static int remove_file(int dirfd, const char *name) in remove_file() function
952 def remove_file(self, file_path): member in SystemServicer
2732 def remove_file(file, num_retries=1, sleep_duration=0.5): function