Searched refs:confFile (Results 1 – 1 of 1) sorted by relevance
1874 File confFile = new File(baseDir, EXCLUDED_DEVICES_PATH); in getExcludedDeviceNames() local1876 InputStream stream = new FileInputStream(confFile); in getExcludedDeviceNames()1881 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getExcludedDeviceNames()1907 File confFile = new File(baseDir, PORT_ASSOCIATIONS_PATH); in getInputPortAssociations() local1910 InputStream stream = new FileInputStream(confFile); in getInputPortAssociations()1918 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getInputPortAssociations()