Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DArtifactTagger.kt60 val xmlFile = artifactSpec.key in any() constant
65 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()
DConvertJarsToSignatureFiles.kt140 val xmlFile = File(newApiFile.parentFile, "android.xml") in <lambda>() constant
141 if (xmlFile.isFile) { in <lambda>()
142 xmlFile.delete() in <lambda>()
/tools/platform-compat/build/
Dprocess_compat_config.py64 def merge(self, xmlFile, source): argument
65 xml = ET.parse(xmlFile)