Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp319 static bool is_apex_updatable = true; in Reap() local
321 static bool is_apex_updatable = false; in Reap() local
325 const bool is_process_updatable = use_default_mount_ns && is_apex_updatable; in Reap()