Searched refs:configStream (Results 1 – 3 of 3) sorted by relevance
62 InputStream configStream = getBundledConfigStream(name); in getConfigStream() local63 if (configStream == null) { in getConfigStream()65 configStream = mConfigServer.getConfig(name); in getConfigStream()66 if (configStream == null) { in getConfigStream()86 FileUtil.writeToFile(configStream, mConfigDownloaded); in getConfigStream()88 configStream.reset(); in getConfigStream()94 return new BufferedInputStream(configStream); in getConfigStream()
289 InputStream configStream = getBundledConfigStream(name); in isBundledConfig() local290 return configStream != null; in isBundledConfig()843 InputStream configStream = getConfigStream(configName); in dumpConfig() local844 StreamUtil.copyStreams(configStream, out); in dumpConfig()871 InputStream configStream = getBundledConfigStream(name); in getConfigStream() local872 if (configStream == null) { in getConfigStream()875 configStream = new FileInputStream(name); in getConfigStream()882 return new BufferedInputStream(configStream); in getConfigStream()
259 InputStream configStream = getClass().getResourceAsStream( in testGetConfiguration_xmlpath() local263 FileUtil.writeToFile(configStream, tmpFile); in testGetConfiguration_xmlpath()284 InputStream configStream = getClass().getResourceAsStream( in testGetGlobalConfiguration_xmlpath() local288 FileUtil.writeToFile(configStream, tmpFile); in testGetGlobalConfiguration_xmlpath()620 InputStream configStream = getClass().getResourceAsStream( in testCreateConfigurationFromArgs_templateInclude_local() local624 FileUtil.writeToFile(configStream, tmpConfig); in testCreateConfigurationFromArgs_templateInclude_local()