Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config.cpp52 class ConfigParser { class
62 explicit ConfigParser(std::string&& content) in ConfigParser() function in ConfigParser
142 DISALLOW_IMPLICIT_CONSTRUCTORS(ConfigParser);
195 ConfigParser cp(std::move(content)); in parse_config_file()
205 if (result == ConfigParser::kError) { in parse_config_file()
213 if (result == ConfigParser::kSection || result == ConfigParser::kEndOfFile) { in parse_config_file()
217 if (result == ConfigParser::kPropertyAssign) { in parse_config_file()
282 if (result == ConfigParser::kSection && name == section_name) { in parse_config_file()
286 if (result == ConfigParser::kEndOfFile) { in parse_config_file()
302 if (result == ConfigParser::kEndOfFile || result == ConfigParser::kSection) { in parse_config_file()
[all …]
/bionic/libc/kernel/tools/
Dkernel.py294 class ConfigParser: class
309 m = ConfigParser.re_CONFIG_.match(line)