OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FatFileSystem
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFileSystem.java
40
public final class
FatFileSystem
extends AbstractFileSystem {
50
FatFileSystem
(BlockDevice api, boolean readOnly) throws IOException {
56
* Constructor for
FatFileSystem
in specified readOnly mode
63
private
FatFileSystem
(BlockDevice device, boolean readOnly,
111
* and returns a fresh {@code
FatFileSystem
} instance to read or modify
115
* @param readOnly if the {@code
FatFileSystem
} should be in read-only mode
116
* @return the {@code
FatFileSystem
} instance for the device
120
public static
FatFileSystem
read(BlockDevice device, boolean readOnly)
123
return new
FatFileSystem
(device, readOnly);
133
* Returns the size of the FAT entries of this {@code
FatFileSystem
}
[
all
...]
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 29 milliseconds