OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDebuggableSystemProperty
(Results
1 - 2
of
2
) sorted by null
/libnativehelper/tests/
JniInvocation_test.cpp
88
static const char*
kDebuggableSystemProperty
= "ro.debuggable";
102
ASSERT_EQ(0, __system_property_add(
kDebuggableSystemProperty
, 13, kIsDebuggableValue, 1));
125
ASSERT_EQ(0, __system_property_add(
kDebuggableSystemProperty
, 13, kIsNotDebuggableValue, 1));
/libnativehelper/
JniInvocation.cpp
53
static const char*
kDebuggableSystemProperty
= "ro.debuggable";
63
property_get(
kDebuggableSystemProperty
, debuggable, kDebuggableFallback);
Completed in 50 milliseconds