Searched refs:xmlFile (Results 1 – 3 of 3) sorted by relevance
60 val xmlFile = artifactSpec.key in any() constant65 specApi = ApiFile.parseApi(xmlFile, options.inputKotlinStyleNulls) in any()68 Issues.BROKEN_ARTIFACT_FILE, xmlFile, in any()69 "Failed to parse $xmlFile for $artifactName artifact data.\n" in any()
140 val xmlFile = File(newApiFile.parentFile, "android.xml") in <lambda>() constant141 if (xmlFile.isFile) { in <lambda>()142 xmlFile.delete() in <lambda>()
64 def merge(self, xmlFile, source): argument65 xml = ET.parse(xmlFile)