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.cpp132 const std::vector<std::string>& args, bool from_apex) in Service() argument
133 : Service(name, 0, 0, 0, {}, 0, "", subcontext_for_restart_commands, args, from_apex) {} in Service()
138 const std::vector<std::string>& args, bool from_apex) in Service() argument
158 from_apex_(from_apex) {}
Dinit.cpp294 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex) { in CreateServiceOnlyParser() argument
299 from_apex)); in CreateServiceOnlyParser()