Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 5 of 5) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DFileDisk.java43 private final FileChannel fc; field in FileDisk
64 this.fc = raf.getChannel(); in FileDisk()
67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) { in FileDisk() argument
70 this.fc = fc; in FileDisk()
77 this.fc = raf.getChannel(); in FileDisk()
118 final int read = fc.read(dest, devOffset); in read()
137 final int written = fc.write(src, devOffset); in write()
161 this.fc.close(); in close()
/tools/dexter/slicer/
Dbytecode_encoder.cc47 dex::u2 fc = (c & 0xff); in Pack_4_4_8() local
48 SLICER_CHECK(fc == c); in Pack_4_4_8()
49 return (fa << 12) | (fb << 8) | fc; in Pack_4_4_8()
58 dex::u2 fc = (c & 0xf); in Pack_4_4_4_4() local
59 SLICER_CHECK(fc == c); in Pack_4_4_4_4()
62 return (fa << 12) | (fb << 8) | (fc << 4) | fd; in Pack_4_4_4_4()
/tools/dexter/testdata/expected/
Dtry_catch.map11 CodeItem : 1fc, 17c [5]
Dhello.map4 StringIdItem : 70, fc [63]
/tools/security/fuzzing/example_fuzzer/
DREADME.md99 Container overflow: fc