Searched refs:ParseFile (Results 1 – 5 of 5) sorted by relevance
571 if (!p.ParseFile(input_file_name)) { in load_and_validate_aidl()613 if (!p.ParseFile(import->GetFilename())) { in load_and_validate_aidl()755 if (!p.ParseFile(file)) in preprocess_aidl()
261 bool Parser::ParseFile(const string& filename) { in ParseFile() function in Parser
391 bool ParseFile(const std::string& filename);
145 bool ParseFile(const std::vector<std::string>& args, std::string* err);
594 bool Service::ParseFile(const std::vector<std::string>& args, std::string* err) { in ParseFile() function in android::init::Service657 {"file", {2, 2, &Service::ParseFile}}, in map()