OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fat
(Results
1 - 3
of
3
) sorted by null
/system/vold/
Fat.h
22
class
Fat
{
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java
20
package de.waldheinz.fs.
fat
;
33
public final class
Fat
{
36
* The first cluster that really holds user data in a
FAT
.
52
* Reads a {@code
Fat
} as specified by a {@code BootSector}.
54
* @param bs the boot sector specifying the {@code
Fat
} layout
55
* @param fatNr the number of the {@code
Fat
} to read
56
* @return the {@code
Fat
} that was read
61
public static
Fat
read(BootSector bs, int fatNr)
67
" FATs when reading
FAT
#" + fatNr);
71
final
Fat
result = new Fat(bs, fatOffset)
[
all
...]
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 36 milliseconds