Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/
Dcom_android_cts_isolatedsplitapp_Native.cpp34 static jint get_number_from_other_library(const char* library_file_name, in get_number_from_other_library() argument
38 handle = dlopen(library_file_name, RTLD_LAZY); in get_number_from_other_library()
40 LOGE("Can't load %s: %s\n", library_file_name, dlerror()); in get_number_from_other_library()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp31 const char* library_file_name, const char* function_name) { in get_number_from_other_library() argument
34 handle = dlopen (library_file_name, RTLD_LAZY); in get_number_from_other_library()
36 LOGE("Can't load %s: %s\n", library_file_name, dlerror()); in get_number_from_other_library()