Searched refs:ParseConfigFile (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dparser.cpp117 bool Parser::ParseConfigFile(const std::string& path, size_t* parse_errors) { function in class:android::init::Parser
156 if (!ParseConfigFile(file, parse_errors)) {
173 return ParseConfigFile(path, parse_errors);
H A Dparser.h81 bool ParseConfigFile(const std::string& path, size_t* parse_errors);
/system/iot/attestation/at-factory-tool/
H A Datft.py283 self.configs = self.ParseConfigFile()
360 def ParseConfigFile(self): member in class:Atft
H A Datft_unittest.py37 self.ParseConfigFile = self._MockParseConfig

Completed in 276 milliseconds