Searched refs:confFile (Results 1 – 1 of 1) sorted by relevance
1951 File confFile = new File(baseDir, EXCLUDED_DEVICES_PATH); in getExcludedDeviceNames() local1953 InputStream stream = new FileInputStream(confFile); in getExcludedDeviceNames()1958 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getExcludedDeviceNames()1984 File confFile = new File(baseDir, PORT_ASSOCIATIONS_PATH); in getInputPortAssociations() local1987 InputStream stream = new FileInputStream(confFile); in getInputPortAssociations()1995 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getInputPortAssociations()