Searched defs:libraryPath (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFactory.java60 * libraryPath must be an absolute path of the jar file. This needs to be
64 public static void addFilterLibrary(String libraryPath) { argument
65 if (mLogVerbose) Log.v(TAG, "Adding filter library " + libraryPath);
67 if (mLibraries.contains(libraryPath)) {
71 mLibraries.add(libraryPath);
73 mCurrentClassLoader = new PathClassLoader(libraryPath, mCurrentClassLoader);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp2528 jstring libraryPath)
2524 videoEditor_init( JNIEnv* pEnv, jobject thiz, jstring tempPath, jstring libraryPath) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java4005 private native void _init(String tempPath, String libraryPath) argument
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java7337 String libraryPath; field in class:PackageManagerService.FileInstallArgs
7352 libraryPath = nativeLibraryPath;
7361 libraryPath = new File(mAppLibInstallDir, pkgName).getPath();
7398 libraryPath = getLibraryPathFromCodePath();
7515 libraryPath = newLibraryFile.getPath();
7572 if (libraryPath == null) {
7573 libraryPath = getLibraryPathFromCodePath();
7575 return libraryPath;
7601 if (libraryPath != null) {
7602 File nativeLibraryFile = new File(libraryPath);
7674 String libraryPath; field in class:PackageManagerService.AsecInstallArgs
[all...]

Completed in 2599 milliseconds