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
87 mod remove_file; module
52 def remove_file(self, file_id, announce=False): member in CrosP2PDaemon
55 int remove_file; member
94 pub(crate) fn remove_file(path: impl AsRef<Path>) -> Result<()> { in remove_file() function
454 def remove_file(self, name): member in ResultInfo
160 def remove_file(self, path): member in OSInterface
1019 static int remove_file(int dirfd, const char *name) in remove_file() function
1783 TEST_F_FORK(layout1, remove_file) in TEST_F_FORK() argument
986 def remove_file(self, file_path): member in SystemServicer