Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.c124 const char* system_preferred_library) { in JniInvocationGetLibraryWith() argument
143 if (system_preferred_library != NULL) { in JniInvocationGetLibraryWith()
144 return system_preferred_library; in JniInvocationGetLibraryWith()
153 const char* system_preferred_library = NULL; in JniInvocationGetLibrary() local
155 system_preferred_library = buffer; in JniInvocationGetLibrary()
157 return JniInvocationGetLibraryWith(library, debuggable, system_preferred_library); in JniInvocationGetLibrary()
DJniInvocation-priv.h25 const char* system_preferred_library);