Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 2 of 2) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java205 final BlockDevice dev = getDevice(); in readData() local
DSuperFloppyFormatter.java116 public static SuperFloppyFormatter get(BlockDevice dev) throws IOException { in get()