Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc3276 const char* path_str = path.empty() ? nullptr : path.c_str(); in LoadNativeLibrary() local
3277 void* handle = dlopen(path_str, RTLD_LAZY); in LoadNativeLibrary()
3280 if (android::NativeBridgeIsSupported(path_str)) { in LoadNativeLibrary()
3281 handle = android::NativeBridgeLoadLibrary(path_str, RTLD_LAZY); in LoadNativeLibrary()