Home
last modified time | relevance | path

Searched refs:xmlFile (Results 1 – 2 of 2) 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()
/tools/platform-compat/build/
Dprocess_compat_config.py64 def merge(self, xmlFile, source): argument
65 xml = ET.parse(xmlFile)