OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Write8
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/applypatch/
utils.h
25
void
Write8
(long long value, FILE* f);
utils.c
30
void
Write8
(long long value, FILE* f) {
imgdiff.c
967
Write8
(tgt_chunks[i].source_start, f);
968
Write8
(tgt_chunks[i].source_len, f);
969
Write8
(offset, f);
977
Write8
(tgt_chunks[i].source_start, f);
978
Write8
(tgt_chunks[i].source_len, f);
979
Write8
(offset, f);
980
Write8
(tgt_chunks[i].source_uncompressed_len, f);
981
Write8
(tgt_chunks[i].len, f);
Completed in 316 milliseconds