Home
last modified time | relevance | path

Searched refs:FH (Results 1 – 2 of 2) sorted by relevance

/system/core/libsparse/
Dsimg_dump.py54 FH = open(path, 'rb')
55 header_bin = FH.read(28)
97 header_bin = FH.read(12)
105 print("%4u %10u %10u %7u %7u" % (i, FH.tell(), data_sz, offset, chunk_sz),
115 FH.read(data_sz)
122 fill_bin = FH.read(4)
137 crc_bin = FH.read(4)
155 print(" %10u %7u End" % (FH.tell(), offset))
161 junk_len = len(FH.read())
/system/core/adb/
Dsysdeps_win32.cpp50 typedef struct FHRec_* FH; typedef
54 void (*_fh_init)(FH);
55 int (*_fh_close)(FH);
56 int (*_fh_lseek)(FH, int, int);
57 int (*_fh_read)(FH, void*, int);
58 int (*_fh_write)(FH, const void*, int);
61 static void _fh_file_init(FH);
62 static int _fh_file_close(FH);
63 static int _fh_file_lseek(FH, int, int);
64 static int _fh_file_read(FH, void*, int);
[all …]