Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dservice.h132 bool is_from_apex() const { return from_apex_; } in is_from_apex() function
H A Dreboot.cpp879 if (s->is_from_apex()) { in DoUserspaceReboot()