Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1561 std::optional<android::procinfo::MapInfo> maybe_boot_map = in DumpImageDiffMap() local
1563 if (!maybe_boot_map) { in DumpImageDiffMap()
1566 android::procinfo::MapInfo& boot_map = *maybe_boot_map; in DumpImageDiffMap()