Searched defs:remove_file (Results 1 – 14 of 14) sorted by relevance
15 pub async fn remove_file(path: impl AsRef<Path>) -> io::Result<()> { in remove_file() function
87 mod remove_file; module
8 async fn remove_file() { in remove_file() function
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
148 pub async fn remove_file(path: impl AsRef<Path>) -> io::Result<()> { in remove_file() function
191 pub fn remove_file<P>(path: P) -> io::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
986 def remove_file(self, file_path): member in SystemServicer
2862 TEST_F_FORK(layout1, remove_file) in TEST_F_FORK() argument
285 inline bool remove_file(const path& p) // true if succeeds or not found in remove_file() function