Home | History | Annotate | Download | only in app

Lines Matching defs:libraryPath

265                 String libraryPath = mLibDir;
291 libraryPath = instrumentationAppLibraryDir + ":" + instrumentedAppLibraryDir;
311 Slog.v(ActivityThread.TAG, "Class path: " + zip + ", JNI path: " + libraryPath);
319 zip, libraryPath, mBaseClassLoader);