Home
last modified time | relevance | path

Searched refs:confFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2858 File confFile = new File(baseDir, EXCLUDED_DEVICES_PATH); in getExcludedDeviceNames() local
2860 InputStream stream = new FileInputStream(confFile); in getExcludedDeviceNames()
2865 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getExcludedDeviceNames()
2891 final File confFile = new File(baseDir, PORT_ASSOCIATIONS_PATH); in loadStaticInputPortAssociations() local
2894 final InputStream stream = new FileInputStream(confFile); in loadStaticInputPortAssociations()
2899 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in loadStaticInputPortAssociations()