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.cpp2567 jstring libraryPath)
2563 videoEditor_init( JNIEnv* pEnv, jobject thiz, jstring tempPath, jstring libraryPath) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java4004 private native void _init(String tempPath, String libraryPath) argument
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java6269 String libraryPath; field in class:PackageManagerService.FileInstallArgs
6283 libraryPath = nativeLibraryPath;
6292 libraryPath = new File(dataDir, LIB_DIR_NAME).getPath();
6463 return libraryPath;
6553 String libraryPath; field in class:PackageManagerService.AsecInstallArgs
6644 return libraryPath;
6713 libraryPath = new File(cachePath, LIB_DIR_NAME).getPath();

Completed in 1239 milliseconds