Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h147 bool is_debuggable_build);
Ddexopt.cpp96 static bool is_debuggable_build() { in is_debuggable_build() function
194 is_debuggable_build()); in select_execution_binary()
207 bool is_debuggable_build) { in select_execution_binary() argument
209 bool is_debug_bg_job = background_job_compile && is_debuggable_build && !is_release; in select_execution_binary()