Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp324 static bool is_apex_updatable = android::sysprop::ApexProperties::updatable().value_or(false); in Reap() local
326 static bool is_apex_updatable = false; in Reap() local
330 const bool is_process_updatable = use_default_mount_ns && is_apex_updatable; in Reap()