Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 25 of 142) sorted by relevance

123456

/external/fsck_msdos/
Dfat.c138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum() argument
153 cl, fat, in checkclnum()
209 struct fatEntry *fat; in readfat() local
219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry)); in readfat()
220 if (fat == NULL) { in readfat()
289 fat[cl].next = p[0] + (p[1] << 8) in readfat()
291 fat[cl].next &= boot->ClustMask; in readfat()
292 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat()
297 fat[cl].next = p[0] + (p[1] << 8); in readfat()
298 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat()
[all …]
Dcheck.c63 struct fatEntry *fat = NULL; in checkfilesys() local
115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
133 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys()
144 mod |= checkfat(&boot, fat); in checkfilesys()
154 mod |= resetDosDirSection(&boot, fat); in checkfilesys()
162 mod |= handleDirTree(dosfs, &boot, fat); in checkfilesys()
169 mod |= checklost(dosfs, &boot, fat); in checkfilesys()
176 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys()
202 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys()
218 free(fat); in checkfilesys()
Ddir.c224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection() argument
246 cl = fat[boot->RootCl].next; in resetDosDirSection()
249 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection()
260 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection()
266 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection()
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() argument
348 startcl = fat[startcl].next; in delete()
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede() argument
371 if (delete(f, boot, fat, in removede()
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize() argument
[all …]
DAndroid.mk5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
/external/llvm/test/tools/dsymutil/
Ddump-symtab.test1 RUN: llvm-dsymutil -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=ALL -check-prefix=I386 %s
2 RUN: llvm-dsymutil -arch i386 -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=I386 -check-pre…
6 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64)
11 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
12 ALL-NEXT: [ 2] 00000016 66 (N_OSO ) 03 0001 0000000055b1d0b9 '/Inputs/fat-test.o'
19 I386-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (i386)
24 I386-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
25 I386-NEXT: [ 2] 00000016 66 (N_OSO ) 03 0001 0000000055b1d0b9 '/Inputs/fat-test.o'
34 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64h)
39 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c'
[all …]
Dfat-binary-output.test1 RUN: llvm-dsymutil -f -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck…
11 generate the fat output binary.
14 CHECK: - filename: {{'?}}[[INPUTS_PATH:.*]]fat-test.o
18 CHECK: - filename: {{'?}}[[INPUTS_PATH]]fat-test.o
22 CHECK: - filename: {{'?}}[[INPUTS_PATH]]fat-test.o
27 CHECK-SAME: [[INPUTS_PATH]]fat-test.dylib.tmp{{......}}.dwarf
28 CHECK-SAME: [[INPUTS_PATH]]fat-test.dylib.tmp{{......}}.dwarf
29 CHECK-SAME: [[INPUTS_PATH]]fat-test.dylib.tmp{{......}}.dwarf
31 CHECK-SAME: -output [[INPUTS_PATH]]fat-test.dylib.dwarf
Darch-option.test4 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s…
5 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | Fi…
6 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | Fi…
7 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | …
8 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | Fi…
9 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | …
10 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -a…
11 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm4…
12 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386…
/external/llvm/test/tools/llvm-symbolizer/
Dfat.test1 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=x86_64 | FileCheck --check-prefix=…
2 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=x86_64h | FileCheck --check-prefix…
3 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=armv7 | FileCheck --check-prefix=A…
4 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=armv7em | FileCheck --check-prefix…
5 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=armv7m | FileCheck --check-prefix=…
/external/llvm/test/DebugInfo/
Ddwarfdump-macho-universal.test2 RUN: llvm-dwarfdump %S/Inputs/fat-test.o -debug-dump=info | FileCheck %s
4 CHECK: fat-test.o (x86_64): file format Mach-O 64-bit x86-64
9 CHECK: fat-test.o (i386): file format Mach-O 32-bit i386
14 CHECK: fat-test.o (x86_64h): file format Mach-O 64-bit x86-64
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc172 struct fat_header fat; in FindHeader() local
173 if (!ReadBytes(&fat, sizeof(fat), offset)) in FindHeader()
177 swap_fat_header(&fat, NXHostByteOrder()); in FindHeader()
179 offset += sizeof(fat); in FindHeader()
183 for (uint32_t i = 0; i < fat.nfat_arch; ++i) { in FindHeader()
Dmacho_reader_unittest.cc197 : fat(kBigEndian), in FatReaderFixture()
204 fat.start() = 0; in FatReaderFixture()
209 fat in AppendFatArch()
223 ASSERT_TRUE(fat.GetContents(&contents)); in ReadFat()
232 test_assembler::Section fat; member
245 fat in TEST_F()
254 fat in TEST_F()
261 fat in TEST_F()
265 fat // and a tenth, missing a byte at the end in TEST_F()
277 fat in TEST_F()
[all …]
/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm8 char *fat; field
42 char *fat; field
59 char *fat; field
78 char *fat; field
/external/llvm/test/tools/dsymutil/ARM/
Dfat-arch-not-found.test7 - filename: libfat-test.a(fat-test.o)
12 # CHECK: libfat-test.a(fat-test.o): No object file for requested architecture
Dfat-arch-name.test2 # RUN: llvm-dsymutil -no-output %p/../Inputs/fat-test.arm.dylib -o %t.dSYM -verbose 2>&1 | FileChec…
/external/vulkan-validation-layers/demos/smoke/android/
Dbuild-and-install20 adb install build/outputs/apk/android-fat-debug.apk
Dbuild.gradle82 create ("fat") {
/external/llvm/test/tools/dsymutil/X86/
Dfat-object-input-x86_64h.test7 - filename: fat-test.o
Dfat-object-input-x86_64.test7 - filename: fat-test.o
Dfat-archive-input-i386.test7 - filename: libfat-test.a(fat-test.o)
/external/bison/m4/
Dmultiarch.m410 # executables that work on multiple system types--known as "fat" or
/external/smali/baksmali/
Dbuild.gradle59 classifier = 'fat'
/external/icu/icu4c/source/data/lang/
Dor.txt125 fat{"ଫାଣ୍ଟି"}
Dks.txt129 fat{"فانٹی"}
Dbrx.txt127 fat{"फाँटी"}
/external/smali/smali/
Dbuild.gradle100 classifier = 'fat'

123456