OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clusteroffset
(Results
1 - 6
of
6
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java
96
* @param
clusterOffset
100
private long getDevOffset(long cluster, int
clusterOffset
) {
101
return dataOffset +
clusterOffset
+
/external/fsck_msdos/
boot.c
237
boot->
ClusterOffset
= (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
243
boot->NumClusters = (boot->NumSectors - boot->
ClusterOffset
) / boot->SecPerClust;
dosfs.h
80
u_int
ClusterOffset
; /* at what sector would sector 0 start */
dir.c
322
off = startcl * boot->SecPerClust + boot->
ClusterOffset
;
465
off = cl * boot->SecPerClust + boot->
ClusterOffset
;
559
off = cl * boot->SecPerClust + boot->
ClusterOffset
;
1062
+ boot->
ClusterOffset
* boot->BytesPerSec;
/prebuilts/devtools/tools/lib/
fat32lib.jar
/prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar
Completed in 1088 milliseconds