Home
last modified time | relevance | path

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

/bootable/recovery/edify/
DREADME.md28 - All functions are actually macros (in the Lisp sense); the body of
/bootable/recovery/applypatch/
Dimgdiff.cpp1327 ImageChunk body(CHUNK_DEFLATE, pos, &file_content_, raw_data_len); in Initialize() local
1329 body.SetUncompressedData(std::move(uncompressed_data)); in Initialize()
1330 chunks_.push_back(std::move(body)); in Initialize()