Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp310 const bool is_process_updatable = !use_bootstrap_ns_ && is_apex_updatable; in Reap()
472 use_bootstrap_ns_ = true; in Start()
481 } else if (use_bootstrap_ns_) { in Start()
Dservice.h210 bool use_bootstrap_ns_ = false; variable