Searched refs:policy_subsection (Results 1 – 1 of 1) sorted by relevance
546 std::string policy_subsection; member560 const auto policy_subsection = StringPrintf(R"(policies="%s")", in DumpOverlayable() local564 items.push_back(DumpOverlayableEntry{overlayable_section, policy_subsection, value}); in DumpOverlayable()575 if (a.policy_subsection != b.policy_subsection) { in DumpOverlayable()576 return a.policy_subsection < b.policy_subsection; in DumpOverlayable()588 if (last_policy_subsection != item.policy_subsection) { in DumpOverlayable()590 printer->Println(item.policy_subsection); in DumpOverlayable()591 last_policy_subsection = item.policy_subsection; in DumpOverlayable()