Home | History | Annotate | Download | only in installd

Lines Matching refs:debuggable

693         const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete,
827 // Check whether all apps should be compiled debuggable.
828 if (!debuggable) {
830 debuggable =
853 + (debuggable ? 1 : 0)
894 if (debuggable) {
895 argv[i++] = "--debuggable";
1406 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0;
1539 instruction_set, compiler_filter, vm_safe_mode, debuggable, boot_complete,