Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1173 boot_map_size_ = boot_map_.end - boot_map_.start; in Init()
1183 std::vector<uint8_t> tmp_remote_contents(boot_map_size_); in Init()
1184 if (!image_map_file->PreadFully(&tmp_remote_contents[0], boot_map_size_, boot_map_.start)) { in Init()
1200 tmp_zygote_contents.resize(boot_map_size_); in Init()
1201 if (!zygote_map_file->PreadFully(&tmp_zygote_contents[0], boot_map_size_, boot_map_.start)) { in Init()
1615 size_t boot_map_size_; member in art::ImgDiagDumper