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