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

/system/core/libsparse/
H A 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/
H A Dsysdeps_win32.c75 typedef struct FHRec_* FH; typedef in typeref:struct:FHRec_
81 void (*_fh_init) ( FH f );
82 int (*_fh_close)( FH f );
83 int (*_fh_lseek)( FH f, int pos, int origin );
84 int (*_fh_read) ( FH f, void* buf, int len );
85 int (*_fh_write)( FH f, const void* buf, int len );
86 void (*_fh_hook) ( FH f, int events, EventHook hook );
123 static FH
126 FH f;
149 _fh_to_int( FH
[all...]

Completed in 35 milliseconds