summaryrefslogtreecommitdiff
path: root/runtime/java_vm_ext.h
diff options
context:
space:
mode:
author Dimitry Ivanov <dimitry@google.com> 2015-12-11 20:30:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-12-11 20:30:30 +0000
commit98d46d2d287c8081995517770392a21b4d59d2e9 (patch)
treeed8a1ce97cca924207da598fe7333c4ae7083f77 /runtime/java_vm_ext.h
parent277da370dd517af0d6a27bef3b86d5f259feda62 (diff)
parentf5a3099c509cf9b8a4ce9c3073a4db47e14a23bc (diff)
Merge "Use isolated namespaces for app native libs"
Diffstat (limited to 'runtime/java_vm_ext.h')
-rw-r--r--runtime/java_vm_ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/java_vm_ext.h b/runtime/java_vm_ext.h
index 618f6faad5..85597695af 100644
--- a/runtime/java_vm_ext.h
+++ b/runtime/java_vm_ext.h
@@ -82,11 +82,11 @@ class JavaVMExt : public JavaVM {
/**
* Loads the given shared library. 'path' is an absolute pathname.
*
- * Returns 'true' on success. On failure, sets 'detail' to a
+ * Returns 'true' on success. On failure, sets 'error_msg' to a
* human-readable description of the error.
*/
bool LoadNativeLibrary(JNIEnv* env, const std::string& path, jobject javaLoader,
- std::string* error_msg);
+ jstring library_path, jstring permitted_path, std::string* error_msg);
// Unload native libraries with cleared class loaders.
void UnloadNativeLibraries()