Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1171 auto open_mem_file = [&open_file](pid_t pid, /*out*/ std::unique_ptr<File>* mem_file) { in Init() argument
1175 return open_file(mem_file_name.c_str(), mem_file); in Init()
1524 auto read_contents = [&](File* mem_file, in DumpImageDiffMap()
1529 std::string name = "Contents of " + mem_file->GetPath(); in DumpImageDiffMap()
1542 if (!mem_file->PreadFully(map->Begin(), boot_map_size, boot_map.start)) { in DumpImageDiffMap()