Home
last modified time | relevance | path

Searched defs:fat (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/fsck_msdos/
H A Dfat.c188 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
194 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
200 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
206 fat_get_head_count(struct fat_descriptor *fat) in fat_get_head_count()
217 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
223 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
242 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
274 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
280 fat_get_fat16_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_next()
295 fat_set_fat16_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat16_next()
[all …]
H A Ddir.c222 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection()
298 delete(struct fat_descriptor *fat, cl_t startcl, in delete()
350 removede(struct fat_descriptor *fat, u_char *start, in removede()
388 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
477 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory()
549 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection()
1047 handleDirTree(struct fat_descriptor *fat) in handleDirTree()
1088 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect()
H A Dcheck.c53 struct fat_descriptor *fat = NULL; in checkfilesys() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDfat32lib.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/waldheinz/ de/ ...
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-modern-ivars-1.mm8 char *fat; field
42 char *fat; field
59 char *fat; field
78 char *fat; field
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java33 protected final Fat fat; field in ClusterChain
46 public ClusterChain(Fat fat, boolean readOnly) { in ClusterChain()
50 public ClusterChain(Fat fat, long startCluster, boolean readOnly) { in ClusterChain()
DFatLfnDirectory.java56 private final Fat fat; field in FatLfnDirectory
65 FatLfnDirectory(AbstractDirectory dir, Fat fat, boolean readOnly) in FatLfnDirectory()
421 private static ClusterChainDirectory read(FatDirectoryEntry entry, Fat fat) in read()
DFatFile.java46 static FatFile get(Fat fat, FatDirectoryEntry entry) in get()
DClusterChainDirectory.java66 public static ClusterChainDirectory createRoot(Fat fat) throws IOException { in createRoot()
DFatFileSystem.java42 private final Fat fat; field in FatFileSystem
DAbstractDirectory.java309 public FatDirectoryEntry createSub(Fat fat) throws IOException { in createSub()
DSuperFloppyFormatter.java236 final Fat fat = Fat.create(bs, 0); in format() local
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/teddy/
Dcompile.rs22 fat: Option<bool>, field
59 pub fn fat(&mut self, yes: Option<bool>) -> &mut Builder { in fat() method
106 let fat = match self.fat { in build_imp() localVariable
Dmod.rs32 pub fn fat(&mut self, _: Option<bool>) -> &mut Builder { in fat() method
/aosp_15_r20/external/mtools/
H A Ddirectory.c99 unsigned int fat, uint32_t size, time_t date, in mk_entry()
136 unsigned int fat, uint32_t size, time_t date, in mk_entry_from_base()
H A Dfat_free.c30 int fat_free(Stream_t *Dir, unsigned int fat) in fat_free()
H A Dmdoctorfat.c37 uint32_t fat; member
H A Dmmove.c57 uint32_t fat; in renameit() local
H A Dmmd.c66 uint32_t fat; in makeit() local
/aosp_15_r20/external/newfs_msdos/
H A Dmkfs_msdos.c91 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
95 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
262 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
/aosp_15_r20/libcore/luni/src/test/resources/
H A Drecipt.dtd15 fat CDATA #REQUIRED attribute
/aosp_15_r20/libcore/luni/src/test/resources/systemid/
H A Drecipt.dtd15 fat CDATA #REQUIRED attribute
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_walker.cc172 struct fat_header fat; in FindHeader() local
/aosp_15_r20/art/runtime/
H A Dmonitor.cc244 LockWord fat(this, lw.GCState()); in Install() local
260 LockWord fat(this, lw.GCState()); in Install() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/
H A Dbuilder.rs150 let fat = match self.only_fat { in build_imp() localVariable

12