Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp313 const bool is_process_updatable = !pre_apexd_ && is_apex_updatable; in Reap() local
318 if (((flags_ & SVC_CRITICAL) || is_process_updatable) && !(flags_ & SVC_RESTART)) { in Reap()