Home
last modified time | relevance | path

Searched defs:is_debuggable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp226 const bool is_debuggable = GetBoolProperty("ro.debuggable", false); in TEST_F() local
/aosp_15_r20/libnativehelper/
H A DJniInvocation.c134 bool is_debuggable, in JniInvocationGetLibraryWith()
/aosp_15_r20/system/logging/liblog/
H A Dproperties.cpp264 static int is_debuggable = [] { in __android_log_is_debuggable() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc1342 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer() local
1380 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted() local
/aosp_15_r20/packages/modules/Virtualization/guest/microdroid_manager/src/
Dmain.rs499 fn is_debuggable() -> Result<bool> { in is_debuggable() function
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc93 bool is_debuggable = compiler_options.GetDebuggable(); in ArtJniCompileMethodInternal() local
/aosp_15_r20/system/core/init/
H A Dproperty_service.cpp848 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); in update_sys_usb_config() local