Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader.cpp357 ScopedUtfChars library_path_utf_chars(env, library_path_j); in OpenNativeLibrary() local
358 if (library_path_utf_chars[0] != '\0') { in OpenNativeLibrary()
359 is_bridged = NativeBridgeIsPathSupported(library_path_utf_chars.c_str()); in OpenNativeLibrary()
455 ScopedUtfChars library_path_utf_chars(env, library_path_j); in OpenNativeLibrary()
456 library_path = library_path_utf_chars.c_str(); in OpenNativeLibrary()
Dlibrary_namespaces.cpp207 ScopedUtfChars library_path_utf_chars(env, library_path_j); in Create() local
208 library_path = library_path_utf_chars.c_str(); in Create()