Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice.cpp330 const bool is_process_updatable = use_default_mount_ns && is_apex_updatable; in Reap() local
363 if (((flags_ & SVC_CRITICAL) || is_process_updatable) && !(flags_ & SVC_RESTART)) { in Reap()