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.cpp2572 jstring libraryPath)
2568 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.java6803 String libraryPath; field in class:PackageManagerService.FileInstallArgs
6818 libraryPath = nativeLibraryPath;
6827 libraryPath = new File(mAppLibInstallDir, pkgName).getPath();
6864 libraryPath = getLibraryPathFromCodePath();
6981 libraryPath = newLibraryFile.getPath();
7038 if (libraryPath == null) {
7039 libraryPath = getLibraryPathFromCodePath();
7041 return libraryPath;
7067 if (libraryPath != null) {
7068 File nativeLibraryFile = new File(libraryPath);
7140 String libraryPath; field in class:PackageManagerService.AsecInstallArgs
[all...]

Completed in 541 milliseconds