Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFileSystemFactory.java48 public static FileSystem create(BlockDevice device, boolean readOnly) in create() method in FileSystemFactory
/tools/test/connectivity/acts/framework/tests/
Dmock_controller.py21 def create(configs, logger): function
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py28 def create(configs, logger): function
Dnative_android_device.py30 def create(configs, logger): function
Ddiag_logger.py32 def create(configs, logger): function
Dsniffer.py22 def create(configs, logger): function
Dattenuator.py24 def create(configs, logger): function
Dandroid_device.py48 def create(configs, logger): function
Daccess_point.py23 def create(configs, logger): function
Dmonsoon.py46 def create(configs, logger): function
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16RootDirectory.java70 public static Fat16RootDirectory create( in create() method in Fat16RootDirectory
DFsInfoSector.java79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create() method in FsInfoSector
DFat.java86 public static Fat create(BootSector bs, int fatNr) in create() method in Fat
DFatDirectoryEntry.java188 public static FatDirectoryEntry create(boolean directory) { in create() method in FatDirectoryEntry
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DFileDisk.java90 public static FileDisk create(File file, long size) throws IOException { in create() method in FileDisk