Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 7 of 7) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChainDirectory.java46 final ClusterChain chain; field in ClusterChainDirectory
48 protected ClusterChainDirectory(ClusterChain chain, boolean isRoot) { in ClusterChainDirectory()
57 ClusterChain chain) throws IOException { in readRoot()
DClusterChain.java145 final long[] chain = getFat().getChain(getStartCluster()); in getChainLength() local
164 final long[] chain = fat.allocNew(nrClusters); in setChainLength() local
167 final long[] chain = fat.getChain(startCluster); in setChainLength() local
204 final long[] chain = getFat().getChain(startCluster); in readData() local
254 final long[] chain = fat.getChain(getStartCluster()); in writeData() local
DFatFile.java37 private final ClusterChain chain; field in FatFile
39 private FatFile(FatDirectoryEntry myEntry, ClusterChain chain) { in FatFile()
DAbstractDirectory.java310 final ClusterChain chain = new ClusterChain(fat, false); in createSub() local
DFat.java243 long[] chain = new long[count]; in getChain() local
DFatLfnDirectory.java427 final ClusterChain chain = new ClusterChain( in read() local
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py1309 def set_ini_single_chain_mode(dut, chain): argument