HomeSort by relevance Sort by last modified time
    Searched defs:pluginPath (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 106 String8 pluginPath;
113 pluginPath = dirPath + "/" + pEntry->d_name;
115 if (pluginPath.getPathExtension() == ".so") {
117 if (loadLibraryForScheme(pluginPath, uuid)) {
118 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
130 pluginPath = "libdrmdecrypt.so";
131 if (loadLibraryForScheme(pluginPath, uuid)) {
132 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
Drm.cpp 162 String8 pluginPath = dirPath + "/" + pEntry->d_name;
164 if (pluginPath.getPathExtension() == ".so") {
166 if (loadLibraryForScheme(pluginPath, uuid)) {
167 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 122 milliseconds