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

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

Completed in 37 milliseconds