OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsiSector
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFileSystem.java
43
private final FsInfoSector
fsiSector
;
92
this.
fsiSector
= FsInfoSector.read(f32bs);
94
if (
fsiSector
.getFreeClusterCount() != fat.getFreeClusterCount()) {
97
fsiSector
.getFreeClusterCount());
102
this.
fsiSector
= null;
205
if (
fsiSector
!= null) {
206
fsiSector
.setFreeClusterCount(fat.getFreeClusterCount());
207
fsiSector
.setLastAllocatedCluster(fat.getLastAllocatedCluster());
208
fsiSector
.write();
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 79 milliseconds