Searched defs:ParseConfig (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dparser.cpp163 bool Parser::ParseConfig(const std::string& path) { function in class:android::init::Parser
165 return ParseConfig(path, &parse_errors);
168 bool Parser::ParseConfig(const std::string& path, size_t* parse_errors) { function in class:android::init::Parser
/system/sepolicy/tools/
H A Dinsertkeys.py110 class ParseConfig(ConfigParser.ConfigParser): class in inherits:ConfigParser.ConfigParser
128 option != ParseConfig.OPTION_WILDCARD_TAG:
250 config = ParseConfig()

Completed in 923 milliseconds