Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniInvocation_test.cpp95 static const char* kLibrarySystemProperty = "persist.sys.dalvik.vm.lib.2"; variable
106 ASSERT_EQ(0, __system_property_add(kLibrarySystemProperty, 27, kTestNonNull2, 11)); in TEST_F()
/libnativehelper/
DJniInvocation.cpp52 static const char* kLibrarySystemProperty = "persist.sys.dalvik.vm.lib.2"; variable
78 if (__system_property_get(kLibrarySystemProperty, buffer) > 0) { in GetLibrary()