OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FatFile
(Results
1 - 4
of
4
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java
35
public final class
FatFile
extends AbstractFsObject implements FsFile {
39
private
FatFile
(FatDirectoryEntry myEntry, ClusterChain chain) {
46
static
FatFile
get(Fat fat, FatDirectoryEntry entry)
58
return new
FatFile
(entry, cc);
174
* @throws ReadOnlyException if this {@code
FatFile
} is read-only
185
* this {@code
FatFile
}.
196
* Returns a human-readable string representation of this {@code
FatFile
},
199
* @return a string describing this {@code
FatFile
}
FatLfnDirectory.java
59
private final Map<FatDirectoryEntry,
FatFile
> entryToFile;
82
new LinkedHashMap<FatDirectoryEntry,
FatFile
>();
93
FatFile
getFile(FatDirectoryEntry entry) throws IOException {
94
FatFile
file = entryToFile.get(entry);
97
file =
FatFile
.get(fat, entry);
300
for (
FatFile
f : entryToFile.values()) {
FatLfnDirectoryEntry.java
289
public
FatFile
getFile() throws IOException {
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 29 milliseconds