HomeSort by relevance Sort by last modified time
    Searched refs:pluginPath (Results 1 - 9 of 9) 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 174 String8 pluginPath = dirPath + "/" + pEntry->d_name;
176 if (pluginPath.getPathExtension() == ".so") {
178 if (loadLibraryForScheme(pluginPath, uuid)) {
179 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 38 static void warnIncompatible(DiagnosticsEngine *diags, StringRef pluginPath,
88 StringRef pluginPath,
96 << llvm::sys::path::filename(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 
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 513 String pluginPath = "pluginPath";
514 mSettings.setPluginsPath(pluginPath);
    [all...]
  /external/lldb/test/
dotest.py 807 pluginPath = os.path.join(scriptPath, 'plugins')
812 sys.path.append(pluginPath)
    [all...]
  /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 217 milliseconds