Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dservice_parser.h35 bool from_apex = false)
40 from_apex_(from_apex) {}
H A Dservice.h68 const std::vector<std::string>& args, bool from_apex = false);
73 bool from_apex = false);
H A Dinit.h32 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex);
H A 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) {}
H A Dinit.cpp295 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex) { in CreateServiceOnlyParser() argument
300 from_apex)); in CreateServiceOnlyParser()