Searched refs:to_file (Results 1 – 1 of 1) sorted by relevance
535 let f: FATFile = self.find_entry(name, Some(false), None, fs)?.to_file()?; in open_file()576 .map(|e| e.to_file())?; in create_file()1815 pub fn to_file(&self) -> Result<FATFile, SystemError> { in to_file() method