OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xz_data
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c
184
uint8_t*
xz_data
= malloc (xz_size);
local
186
if (
xz_data
== NULL)
189
if (fread (
xz_data
, 1, xz_size, f) != xz_size) {
190
free(
xz_data
);
195
if (elf_w (xz_decompress) (
xz_data
, xz_size,
206
free(
xz_data
);
232
free(
xz_data
);
/system/update_engine/payload_consumer/
delta_performer_unittest.cc
421
brillo::Blob
xz_data
(std::begin(kXzCompressedData),
431
aop.op.set_data_length(
xz_data
.size());
435
brillo::Blob payload_data = GeneratePayload(
xz_data
, aops, false);
[
all
...]
Completed in 550 milliseconds