Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc345 std::unique_ptr<File> zygote_map_file; in DumpImageDiffMap() local
349 zygote_map_file.reset(OS::OpenFileForReading(zygote_file_name.c_str())); in DumpImageDiffMap()
352 if (!zygote_map_file->PreadFully(&zygote_contents[0], boot_map_size, boot_map.start)) { in DumpImageDiffMap()