Searched defs:java_library_path (Results 1 - 1 of 1) sorted by relevance
/system/core/libnativeloader/ |
H A D | native_loader.cpp | 122 jstring java_library_path, 128 if (java_library_path != nullptr) { 129 ScopedUtfChars library_path_utf_chars(env, java_library_path); 117 Create(JNIEnv* env, uint32_t target_sdk_version, jobject class_loader, bool is_shared, bool is_for_vendor, jstring java_library_path, jstring java_permitted_path, NativeLoaderNamespace* ns, std::string* error_msg) argument
|
Completed in 12 milliseconds