HomeSort by relevance Sort by last modified time
    Searched refs:FatFileSystem (Results 1 - 5 of 5) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystemFactory.java 21 import de.waldheinz.fs.fat.FatFileSystem;
51 return FatFileSystem.read(device, readOnly);
  /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...]
SuperFloppyFormatter.java 37 * FatFileSystem fs = SuperFloppyFormatter.get(dev).
150 * @see FatFileSystem#setVolumeLabel(java.lang.String)
161 * @see FatFileSystem#getVolumeLabel()
188 public FatFileSystem format() throws IOException {
259 FatFileSystem fs = FatFileSystem.read(device, false);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 6649 milliseconds