Home
last modified time | relevance | path

Searched defs:device (Results 1 – 15 of 15) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DUnknownFileSystemException.java32 private final BlockDevice device; field in UnknownFileSystemException
40 public UnknownFileSystemException(BlockDevice device) { in UnknownFileSystemException()
DFileSystemFactory.java48 public static FileSystem create(BlockDevice device, boolean readOnly) in create()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSector.java31 private final BlockDevice device; field in Sector
41 protected Sector(BlockDevice device, long offset, int size) { in Sector()
DFatFileSystem.java63 private FatFileSystem(BlockDevice device, boolean readOnly, in FatFileSystem()
120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read()
DFat32BootSector.java57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector()
191 public void writeCopy(BlockDevice device) throws IOException { in writeCopy()
DFat16RootDirectory.java31 private final BlockDevice device; field in Fat16RootDirectory
DFsInfoSector.java47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector()
DBootSector.java69 protected BootSector(BlockDevice device) { in BootSector()
74 public static BootSector read(BlockDevice device) throws IOException { in read()
DFat16BootSector.java93 public Fat16BootSector(BlockDevice device) { in Fat16BootSector()
DSuperFloppyFormatter.java85 private final BlockDevice device; field in SuperFloppyFormatter
101 private SuperFloppyFormatter(BlockDevice device) throws IOException { in SuperFloppyFormatter()
DClusterChain.java34 private final BlockDevice device; field in ClusterChain
DFat.java44 private final BlockDevice device; field in Fat
/tools/test/connectivity/acts/tests/google/wifi/
DWifiNanManagerTest.py61 def reliable_tx(self, device, peer, msg): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py313 def set_wifi_channel(self, channel, device='radio0'): argument
Dmonsoon.py73 def __init__(self, device=None, serialno=None, wait=1): argument