Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/
DHalRefDoParser.java82 String uuid_map_config_path = null; in getUuidMapConfigFile() local
87 uuid_map_config_path = path + uuid_map_config_file_name; in getUuidMapConfigFile()
88 File confFile = new File(uuid_map_config_path); in getUuidMapConfigFile()
90 Log.d(mTag, "UUID mapping config file path: " + uuid_map_config_path); in getUuidMapConfigFile()
95 Log.e(mTag, "Error in finding UUID mapping config file path: " + uuid_map_config_path); in getUuidMapConfigFile()