Searched refs:ParseConfigFileInsecure (Results 1 – 3 of 3) sorted by relevance
80 bool ParseConfigFileInsecure(const std::string& path);
149 if (!parser.ParseConfigFileInsecure(argv[1])) { in main()
132 bool Parser::ParseConfigFileInsecure(const std::string& path) { in ParseConfigFileInsecure() function in android::init::Parser