OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boot_map_size
(Results
1 - 1
of
1
) sorted by null
/art/imgdiag/
imgdiag.cc
294
size_t
boot_map_size
= boot_map.end - boot_map.start;
local
338
std::vector<uint8_t> remote_contents(
boot_map_size
);
339
if (!map_file->PreadFully(&remote_contents[0],
boot_map_size
, boot_map.start)) {
351
zygote_contents.resize(
boot_map_size
);
352
if (!zygote_map_file->PreadFully(&zygote_contents[0],
boot_map_size
, boot_map.start)) {
[
all
...]
Completed in 1005 milliseconds