HomeSort by relevance Sort by last modified time
    Searched refs:kDebuggableSystemProperty (Results 1 - 2 of 2) sorted by null

  /libnativehelper/tests/
JniInvocation_test.cpp 84 static const char* kDebuggableSystemProperty = "ro.debuggable";
98 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsDebuggableValue, 1));
124 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsNotDebuggableValue, 1));
  /libnativehelper/
JniInvocation.cpp 53 static const char* kDebuggableSystemProperty = "ro.debuggable";
64 __system_property_get(kDebuggableSystemProperty, debuggable);

Completed in 975 milliseconds