OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dont_care_hdr
(Results
1 - 1
of
1
) sorted by null
/system/extras/ext4_utils/
img2simg.c
190
chunk_header_t
dont_care_hdr
;
member in struct:__anon36578
278
memset((void *)&file_hdr.
dont_care_hdr
, 0, sizeof(file_hdr.
dont_care_hdr
));
279
file_hdr.
dont_care_hdr
.chunk_type = my_htole16(CHUNK_TYPE_DONT_CARE);
281
file_hdr.
dont_care_hdr
.total_sz = my_htole32(sizeof(chunk_header_t));
306
file_hdr.
dont_care_hdr
.chunk_sz = my_htole32(s);
Completed in 1129 milliseconds