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

  /frameworks/av/services/mediadrm/
FactoryLoader.h 101 String8 pluginPath = dirPath + "/" + pEntry->d_name;
102 if (pluginPath.getPathExtension() == ".so") {
104 pluginPath, CA_system_id, library, factory)) {
105 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath);
138 String8 pluginPath = dirPath + "/" + pEntry->d_name;
139 if (pluginPath.getPathExtension() == ".so") {
140 queryPluginsFromPath(pluginPath, results);
  /frameworks/av/drm/libmediadrm/
Crypto.cpp 107 String8 pluginPath;
114 pluginPath = dirPath + "/" + pEntry->d_name;
116 if (pluginPath.getPathExtension() == ".so") {
118 if (loadLibraryForScheme(pluginPath, uuid)) {
119 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
131 pluginPath = "libdrmdecrypt.so";
132 if (loadLibraryForScheme(pluginPath, uuid)) {
133 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
Drm.cpp 237 String8 pluginPath = dirPath + "/" + pEntry->d_name;
239 if (pluginPath.getPathExtension() == ".so") {
241 if (loadLibraryForScheme(pluginPath, uuid)) {
242 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 38 static void warnIncompatible(DiagnosticsEngine *diags, StringRef pluginPath,
90 StringRef pluginPath,
98 << 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 526 String pluginPath = "pluginPath";
527 mSettings.setPluginsPath(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 
  /prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 

Completed in 679 milliseconds