Home
last modified time | relevance | path

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

/system/core/init/
Dinit.h32 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex);
Dservice_parser.h35 bool from_apex = false)
40 from_apex_(from_apex) {} in service_list_()
Dservice.h68 const std::vector<std::string>& args, bool from_apex = false);
73 bool from_apex = false);
Dservice.cpp136 const std::vector<std::string>& args, bool from_apex) in Service() argument
137 : Service(name, 0, 0, 0, {}, 0, "", subcontext_for_restart_commands, args, from_apex) {} in Service()
142 const std::vector<std::string>& args, bool from_apex) in Service() argument
161 from_apex_(from_apex) {}
Dinit.cpp292 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex) { in CreateServiceOnlyParser() argument
297 from_apex)); in CreateServiceOnlyParser()