Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp92 static bool is_debug_runtime() { in is_debug_runtime() function
314 if (is_debug_runtime() || (background_job_compile && is_debuggable_build() && !is_release)) { in run_dex2oat()
747 const char* profman_bin = is_debug_runtime() ? "/system/bin/profmand" : "/system/bin/profman"; in run_profman()
1578 is_debug_runtime() in exec_dexoptanalyzer()