Searched refs:myEntry (Results 1 – 1 of 1) sorted by relevance
39 private FatFile(FatDirectoryEntry myEntry, ClusterChain chain) { in FatFile() argument40 super(myEntry.isReadOnly()); in FatFile()42 this.entry = myEntry; in FatFile()