Searched refs:map_file (Results 1 – 1 of 1) sorted by relevance
301 auto map_file = std::unique_ptr<File>(OS::OpenFileForReading(file_name.c_str())); in DumpImageDiffMap() local302 if (map_file == nullptr) { in DumpImageDiffMap()343 if (!map_file->PreadFully(&remote_contents[0], boot_map_size, boot_map.start)) { in DumpImageDiffMap()