Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h83 Result<void> ParseFile(std::vector<std::string>&& args);
Dservice_parser.cpp486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() function in android::init::ServiceParser
545 {"file", {2, 2, &ServiceParser::ParseFile}}, in GetParserMap()