Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc301 auto map_file = std::unique_ptr<File>(OS::OpenFileForReading(file_name.c_str())); in DumpImageDiffMap() local
302 if (map_file == nullptr) { in DumpImageDiffMap()
343 if (!map_file->PreadFully(&remote_contents[0], boot_map_size, boot_map.start)) { in DumpImageDiffMap()