HomeSort by relevance Sort by last modified time
    Searched refs:is_debuggable (Results 1 - 6 of 6) 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);
  /libnativehelper/include/nativehelper/
JniInvocation.h 48 static const char* GetLibrary(const char* library, char* buffer, bool (*is_debuggable)(),
  /libnativehelper/
JniInvocation.cpp 79 const char* JniInvocation::GetLibrary(const char* library, char* buffer, bool (*is_debuggable)(),
84 if (!is_debuggable()) {
108 UNUSED(is_debuggable);
  /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 &&
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py     [all...]

Completed in 1155 milliseconds