Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h174 Result<Success> ParseFile(std::vector<std::string>&& args);
Dservice.cpp759 Result<Success> Service::ParseFile(std::vector<std::string>&& args) { in ParseFile() function in android::init::Service
814 {"file", {2, 2, &Service::ParseFile}}, in map()