Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp571 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()
Daidl_language.cpp261 bool Parser::ParseFile(const string& filename) { in ParseFile() function in Parser
Daidl_language.h391 bool ParseFile(const std::string& filename);
/system/core/init/
Dservice.h145 bool ParseFile(const std::vector<std::string>& args, std::string* err);
Dservice.cpp594 bool Service::ParseFile(const std::vector<std::string>& args, std::string* err) { in ParseFile() function in android::init::Service
657 {"file", {2, 2, &Service::ParseFile}}, in map()