OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLibrarySystemProperty
(Results
1 - 2
of
2
) sorted by null
/libnativehelper/
JniInvocation.cpp
52
static const char*
kLibrarySystemProperty
= "persist.sys.dalvik.vm.lib.2";
76
property_get(
kLibrarySystemProperty
, default_library, kLibraryFallback);
/libnativehelper/tests/
JniInvocation_test.cpp
92
static const char*
kLibrarySystemProperty
= "persist.sys.dalvik.vm.lib.2";
103
ASSERT_EQ(0, __system_property_add(
kLibrarySystemProperty
, 27, kTestNonNull2, 11));
Completed in 97 milliseconds