Home
last modified time | relevance | path

Searched refs:get_library_system_property (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests/
DJniInvocation_test.cpp47 auto get_library_system_property = [](char* buffer) -> int { in TEST() local
54 JniInvocation::GetLibrary(NULL, buffer, is_debuggable, get_library_system_property); in TEST()
62 JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, get_library_system_property); in TEST()
/libnativehelper/
DJniInvocation.cpp120 … int (*get_library_system_property)(char* buffer) = GetLibrarySystemProperty);
173 int (*get_library_system_property)(char* buffer)) { in GetLibrary()
189 if (get_library_system_property(buffer) > 0) { in GetLibrary()
202 UNUSED(get_library_system_property); in GetLibrary()
319 int (*get_library_system_property)(char* buffer)) { in GetLibrary()
320 return JniInvocationImpl::GetLibrary(library, buffer, is_debuggable, get_library_system_property); in GetLibrary()
/libnativehelper/include/nativehelper/
DJniInvocation.h70 int (*get_library_system_property)(char* buffer));