HomeSort by relevance Sort by last modified time
    Searched refs:get_library_system_property (Results 1 - 3 of 3) sorted by null

  /libnativehelper/tests/
JniInvocation_test.cpp 47 auto get_library_system_property = [](char* buffer) -> int { local
54 JniInvocation::GetLibrary(NULL, buffer, is_debuggable, get_library_system_property);
62 JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, get_library_system_property);
  /libnativehelper/include/nativehelper/
JniInvocation.h 49 int (*get_library_system_property)(char* buffer));
  /libnativehelper/
JniInvocation.cpp 80 int (*get_library_system_property)(char* buffer)) {
96 if (get_library_system_property(buffer) > 0) {
109 UNUSED(get_library_system_property);

Completed in 198 milliseconds