Searched refs:close_file (Results 1 – 3 of 3) sorted by relevance
91 const bool close_file; member
103 close_file(assume_ownership), in ZipArchive()118 close_file(false), in ZipArchive()125 if (close_file && mapped_zip.GetFileDescriptor() >= 0) { in ~ZipArchive()
294 async fn close_file(&mut self) { in close_file() method303 self.close_file().await; in open_next_file()