Searched refs:javaLdLibraryPath (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Djava_lang_Runtime.cc43 static jstring Runtime_nativeLoad(JNIEnv* env, jclass, jstring javaFilename, jobject javaLoader, jstring javaLdLibraryPath) { argument
50 if (javaLdLibraryPath != NULL) {
51 ScopedUtfChars ldLibraryPath(env, javaLdLibraryPath);

Completed in 24 milliseconds