Home
last modified time | relevance | path

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

/art/runtime/
Djava_vm_ext.cc789 const char* path_str = path.empty() ? nullptr : path.c_str(); in LoadNativeLibrary() local
792 path_str, in LoadNativeLibrary()
798 if (android::NativeBridgeIsSupported(path_str)) { in LoadNativeLibrary()
799 handle = android::NativeBridgeLoadLibrary(path_str, RTLD_NOW); in LoadNativeLibrary()