Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp25 static const std::string GLOBAL_SECTION_NAME = "global"; variable
52 return HasSection(GLOBAL_SECTION_NAME, ""); in HasGlobalSection()
56 return GetSection(GLOBAL_SECTION_NAME, ""); in GetGlobalSection()
68 if (key == GLOBAL_SECTION_NAME) { in Load()
69 ConfigSection &config_section = map_[{GLOBAL_SECTION_NAME, ""}]; in Load()
70 config_section.map_ = LoadFlags(root[GLOBAL_SECTION_NAME]); in Load()
72 LoadIgnoreLinkerSetKeys(root[GLOBAL_SECTION_NAME]); in Load()