HomeSort by relevance Sort by last modified time
    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";
78 if (__system_property_get(kLibrarySystemProperty, buffer) > 0) {
  /libnativehelper/tests/
JniInvocation_test.cpp 88 static const char* kLibrarySystemProperty = "persist.sys.dalvik.vm.lib.2";
99 ASSERT_EQ(0, __system_property_add(kLibrarySystemProperty, 27, kTestNonNull2, 11));

Completed in 236 milliseconds