Searched refs:ParseFile (Results 1 - 5 of 5) sorted by relevance

/system/tools/aidl/
H A Daidl.cpp572 if (!p.ParseFile(input_file_name)) {
614 if (!p.ParseFile(import->GetFilename())) {
760 if (!p.ParseFile(file))
H A Daidl_language.cpp261 bool Parser::ParseFile(const string& filename) { function in class:Parser
H A Daidl_language.h400 bool ParseFile(const std::string& filename);
/system/core/init/
H A Dservice.h161 Result<Success> ParseFile(const std::vector<std::string>& args);
H A Dservice.cpp685 Result<Success> Service::ParseFile(const std::vector<std::string>& args) { function in class:android::init::Service
751 {"file", {2, 2, &Service::ParseFile}},

Completed in 2489 milliseconds