Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h144 bool ParseSocket(const std::vector<std::string>& args, std::string* err);
Dservice.cpp584 bool Service::ParseSocket(const std::vector<std::string>& args, std::string* err) { in ParseSocket() function in android::init::Service
656 {"socket", {3, 6, &Service::ParseSocket}}, in map()