Home
last modified time | relevance | path

Searched refs:from_apex_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/init/
H A Dservice_parser.h40 from_apex_(from_apex) {}
95 bool from_apex_ = false; variable
H A Dservice.h132 bool is_from_apex() const { return from_apex_; } in is_from_apex()
218 bool from_apex_ = false; variable
H A Dservice.cpp158 from_apex_(from_apex) {}
H A Dservice_parser.cpp612 service_ = std::make_unique<Service>(name, restart_action_subcontext, str_args, from_apex_); in ParseSection()