HomeSort by relevance Sort by last modified time
    Searched defs:is_debuggable (Results 1 - 3 of 3) sorted by null

  /libnativehelper/tests/
JniInvocation_test.cpp 46 auto is_debuggable = []() { return true; }; local
54 JniInvocation::GetLibrary(NULL, buffer, is_debuggable, get_library_system_property);
62 JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, get_library_system_property);
75 auto is_debuggable = []() { return false; }; local
78 const char* result = JniInvocation::GetLibrary(NULL, buffer, is_debuggable, nullptr);
86 result = JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, nullptr);
  /system/core/libnativeloader/
native_loader.cpp 121 static bool is_debuggable() { function in namespace:android
371 if (is_debuggable()) {
  /system/core/init/
property_service.cpp 669 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); local
672 property_set("persist.sys.usb.config", is_debuggable ? "adb" : "none");
673 } else if (is_debuggable && config.find("adb") == std::string::npos &&

Completed in 139 milliseconds