Home
last modified time | relevance | path

Searched defs:size (Results 1 – 8 of 8) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java127 public long setSize(long size) throws IOException { in setSize()
210 int size = Math.min(len, in readData() local
222 int size = Math.min(clusterSize, len); in readData() local
259 int size = Math.min(len, in writeData() local
271 int size = Math.min(clusterSize, len); in writeData() local
DSuperFloppyFormatter.java376 static private int sectorsPerCluster32FromSize(long size, int sectorSize) { in sectorsPerCluster32FromSize()
406 static private int sectorsPerCluster16FromSize(long size, int sectorSize) { in sectorsPerCluster16FromSize()
430 long size = device.getSize(); in sectorsPerCluster16() local
436 long size = device.getSize(); in defaultSectorsPerCluster() local
454 static private int sectorsPerCluster12(long size, int sectorSize) { in sectorsPerCluster12()
DClusterChainDirectory.java127 final int size = entryCount * FatDirectoryEntry.SIZE; in changeSize() local
DSector.java41 protected Sector(BlockDevice device, long offset, int size) { in Sector()
DFatLfnDirectory.java242 final int size = dir.getEntryCount(); in parseLfn() local
290 final int size = dest.size(); in updateLFN() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DRamDisk.java43 private final int size; field in RamDisk
89 public RamDisk(int size) { in RamDisk()
100 public RamDisk(int size, int sectorSize) { in RamDisk()
DFileDisk.java90 public static FileDisk create(File file, long size) throws IOException { in create()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py274 def generate_id_by_size( argument