OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClusterChain
(Results
1 - 7
of
7
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java
43
* The {@code
ClusterChain
} that stores this directory. Package-visible
46
final
ClusterChain
chain;
48
protected ClusterChainDirectory(
ClusterChain
chain, boolean isRoot) {
57
ClusterChain
chain) throws IOException {
74
final
ClusterChain
cc = new
ClusterChain
(fat, false);
FatFile.java
37
private final
ClusterChain
chain;
39
private FatFile(FatDirectoryEntry myEntry,
ClusterChain
chain) {
52
final
ClusterChain
cc = new
ClusterChain
(
184
* Returns the {@code
ClusterChain
} that holds the contents of
187
* @return the file's {@code
ClusterChain
}
189
ClusterChain
getChain() {
ClusterChain.java
32
final class
ClusterChain
extends AbstractFsObject {
41
* Creates a new {@code
ClusterChain
} that contains no clusters.
46
public
ClusterChain
(Fat fat, boolean readOnly) {
50
public
ClusterChain
(Fat fat, long startCluster, boolean readOnly) {
106
* Returns the size this {@code
ClusterChain
} occupies on the device.
117
* Sets the length of this {@code
ClusterChain
} in bytes. Because a
118
* {@code
ClusterChain
} can only contain full clusters, the new size
122
* this {@code
ClusterChain
}
123
* @return the true number of bytes this {@code
ClusterChain
} can contain
138
* Determines the length of this {@code
ClusterChain
} in clusters
[
all
...]
FatLfnDirectory.java
199
final
ClusterChain
cc =
200
new
ClusterChain
(fat, real.getStartCluster(), false);
357
final
ClusterChain
cc = new
ClusterChain
(
427
final
ClusterChain
chain = new
ClusterChain
(
FatFileSystem.java
89
ClusterChain
rootDirFile = new
ClusterChain
(fat,
AbstractDirectory.java
310
final
ClusterChain
chain = new
ClusterChain
(fat, false);
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 1269 milliseconds