OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_data_len
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/
imgdiff.cpp
259
size_t
raw_data_len
, std::string entry_name)
263
raw_data_len_(
raw_data_len
),
746
size_t
raw_data_len
;
local
748
raw_data_len
= temp_entries[nextentry].second.offset - pos;
750
raw_data_len
= file_content_.size() - pos;
752
chunks_.emplace_back(CHUNK_NORMAL, pos, &file_content_,
raw_data_len
);
754
pos +=
raw_data_len
;
1290
size_t uncompressed_len = 0,
raw_data_len
= 0;
local
[
all
...]
/bootable/recovery/applypatch/include/applypatch/
imgdiff_image.h
41
ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, size_t
raw_data_len
,
Completed in 109 milliseconds