Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.h145 bool is_debug_runtime,
H A Ddexopt.cpp92 static bool is_debug_runtime() { in is_debug_runtime() function
192 is_debug_runtime(), in select_execution_binary()
205 bool is_debug_runtime, in select_execution_binary() argument
213 bool useDebug = (is_debug_runtime || is_debug_bg_job) && (access(debug_binary, X_OK) == 0); in select_execution_binary()