Searched refs:zygote_map_file (Results 1 – 1 of 1) sorted by relevance
345 std::unique_ptr<File> zygote_map_file; in DumpImageDiffMap() local349 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()