Searched refs:get_library_system_property (Results 1 – 3 of 3) sorted by relevance
47 auto get_library_system_property = [](char* buffer) -> int { in TEST() local54 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()
120 … 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()
70 int (*get_library_system_property)(char* buffer));