Searched refs:ParseConfigFileInsecure (Results 1 – 4 of 4) sorted by relevance
80 bool ParseConfigFileInsecure(const std::string& path, bool follow_symlinks);
134 bool Parser::ParseConfigFileInsecure(const std::string& path, bool follow_symlinks = false) { in ParseConfigFileInsecure() function in android::init::Parser
329 if (!parser.ParseConfigFileInsecure(*argv, true /* follow_symlinks */)) { in main()
128 parser.ParseConfigFileInsecure(path, false /* follow_symlinks */); in InvokeParser()