Searched refs:configStream (Results 1 – 3 of 3) sorted by relevance
56 InputStream configStream = getBundledConfigStream(name); in getConfigStream() local57 if (configStream == null) { in getConfigStream()59 configStream = mConfigServer.getConfig(name); in getConfigStream()60 if (configStream == null) { in getConfigStream()66 return new BufferedInputStream(configStream); in getConfigStream()
271 InputStream configStream = in isBundledConfig() local276 return configStream != null; in isBundledConfig()759 InputStream configStream = getConfigStream(configName); in dumpConfig() local760 StreamUtil.copyStreams(configStream, out); in dumpConfig()787 InputStream configStream = getBundledConfigStream(name); in getConfigStream() local788 if (configStream == null) { in getConfigStream()791 configStream = new FileInputStream(name); in getConfigStream()798 return new BufferedInputStream(configStream); in getConfigStream()
211 InputStream configStream = getClass().getResourceAsStream( in testGetConfiguration_xmlpath() local215 FileUtil.writeToFile(configStream, tmpFile); in testGetConfiguration_xmlpath()236 InputStream configStream = getClass().getResourceAsStream( in testGetGlobalConfiguration_xmlpath() local240 FileUtil.writeToFile(configStream, tmpFile); in testGetGlobalConfiguration_xmlpath()559 InputStream configStream = getClass().getResourceAsStream( in testCreateConfigurationFromArgs_templateInclude_local() local563 FileUtil.writeToFile(configStream, tmpConfig); in testCreateConfigurationFromArgs_templateInclude_local()