Searched refs:pluginArchives (Results 1 – 2 of 2) sorted by relevance
98 List<ArchiveInfo> pluginArchives, in copyPluginArchivesToCacheAndAwaitService() argument106 for (ArchiveInfo pluginArchive : pluginArchives) { in copyPluginArchivesToCacheAndAwaitService()141 pluginArchives, in copyPluginArchivesToCacheAndAwaitService()162 serviceName, pluginArchives)); in copyPluginArchivesToCacheAndAwaitService()164 Log.e(TAG, String.format("Error trying to load the plugin: %s", pluginArchives)); in copyPluginArchivesToCacheAndAwaitService()
43 public static ByteBuffer[] loadPluginCode(Collection<FileInputStream> pluginArchives) in loadPluginCode() argument47 for (FileInputStream pluginArchive : pluginArchives) { in loadPluginCode()