Home
last modified time | relevance | path

Searched refs:kDebuggableSystemProperty (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/tests/
DJniInvocation_test.cpp84 static const char* kDebuggableSystemProperty = "ro.debuggable"; variable
98 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsDebuggableValue, 1)); in TEST_F()
124 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsNotDebuggableValue, 1)); in TEST_F()
/libnativehelper/
DJniInvocation.cpp53 static const char* kDebuggableSystemProperty = "ro.debuggable"; variable
64 __system_property_get(kDebuggableSystemProperty, debuggable); in GetLibrary()