Searched defs:file (Results 1 – 2 of 2) sorted by relevance
57 public FileDisk(File file, boolean readOnly) throws FileNotFoundException { in FileDisk()90 public static FileDisk create(File file, long size) throws IOException { in create()
94 FatFile file = entryToFile.get(entry); in getFile() local