Searched refs:is_apex_updatable (Results 1 – 1 of 1) sorted by relevance
324 static bool is_apex_updatable = android::sysprop::ApexProperties::updatable().value_or(false); in Reap() local326 static bool is_apex_updatable = false; in Reap() local330 const bool is_process_updatable = use_default_mount_ns && is_apex_updatable; in Reap()