Home
last modified time | relevance | path

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

/system/linkerconfig/contents/configuration/
Dbaseconfig.cc21 using android::linkerconfig::modules::DirToSection;
25 void RedirectSection(std::vector<DirToSection>& dir_to_section, in RedirectSection()
33 void RemoveSection(std::vector<DirToSection>& dir_to_section, in RemoveSection()
54 std::vector<DirToSection> dirToSection = { in CreateBaseConfiguration()
Drecovery.cc21 using android::linkerconfig::modules::DirToSection;
25 const std::vector<DirToSection> kDirToSection = {
Dlegacy.cc21 using android::linkerconfig::modules::DirToSection;
35 const std::vector<DirToSection> kDirToSection = { in CreateLegacyConfiguration()
Dapexconfig.cc22 using android::linkerconfig::modules::DirToSection;
35 std::vector<DirToSection> dirToSection = { in CreateApexConfiguration()
/system/linkerconfig/modules/include/linkerconfig/
Dconfiguration.h28 using DirToSection = std::pair<std::string, std::string>; variable
33 std::vector<DirToSection> dir_to_sections) in Configuration()
47 std::vector<DirToSection> dir_to_section_list_;
/system/linkerconfig/modules/tests/
Dconfiguration_test.cc91 std::vector<DirToSection> dir_to_sections = { in TEST()