Home | History | Annotate | Download | only in installd

Lines Matching refs:debuggable

749     bool vm_safe_mode, bool debuggable)
881 // Check whether all apps should be compiled debuggable.
882 if (!debuggable) {
883 debuggable =
902 + (debuggable ? 1 : 0)
943 if (debuggable) {
944 argv[i++] = "--debuggable";
1070 bool vm_safe_mode, bool debuggable, const char* oat_dir)
1225 instruction_set, vm_safe_mode, debuggable);