Loading libnativeloader/native_loader.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -76,8 +76,10 @@ class LibraryNamespaces { if (java_permitted_path != nullptr) { ScopedUtfChars path(env, java_permitted_path); if (path.c_str() != nullptr && path.size() > 0) { permitted_path = permitted_path + ":" + path.c_str(); } } if (!initialized_ && !InitPublicNamespace(library_path.c_str())) { return nullptr; Loading Loading
libnativeloader/native_loader.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -76,8 +76,10 @@ class LibraryNamespaces { if (java_permitted_path != nullptr) { ScopedUtfChars path(env, java_permitted_path); if (path.c_str() != nullptr && path.size() > 0) { permitted_path = permitted_path + ":" + path.c_str(); } } if (!initialized_ && !InitPublicNamespace(library_path.c_str())) { return nullptr; Loading