Searched refs:path_str (Results 1 – 1 of 1) sorted by relevance
3276 const char* path_str = path.empty() ? nullptr : path.c_str(); in LoadNativeLibrary() local3277 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()