Home | History | Annotate | Download | only in app

Lines Matching refs:libraryPath

267                 String libraryPath = mLibDir;
293 libraryPath = instrumentationAppLibraryDir + ":" + instrumentedAppLibraryDir;
313 Slog.v(ActivityThread.TAG, "Class path: " + zip + ", JNI path: " + libraryPath);
321 zip, libraryPath, mBaseClassLoader);