Home
last modified time | relevance | path

Searched defs:section_name (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dconfig_file.h90 bool HasSection(const std::string &section_name) const { in HasSection()
94 const ConfigSection &GetSection(const std::string &section_name) const { in GetSection()
104 bool HasProperty(const std::string &section_name, in HasProperty()
113 std::string GetProperty(const std::string &section_name, in GetProperty()
Dconfig_file.cpp63 std::string_view section_name = line.substr(1, pos - 1); in ParseLine() local