Searched refs:kDebuggableSystemProperty (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/tests/ |
D | JniInvocation_test.cpp | 91 static const char* kDebuggableSystemProperty = "ro.debuggable"; variable 105 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsDebuggableValue, 1)); in TEST_F() 131 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsNotDebuggableValue, 1)); in TEST_F()
|
/libnativehelper/ |
D | JniInvocation.cpp | 53 static const char* kDebuggableSystemProperty = "ro.debuggable"; variable 65 property_get(kDebuggableSystemProperty, debuggable, kDebuggableFallback); in GetLibrary()
|