Searched refs:write_xml (Results 1 – 6 of 6) sorted by relevance
/build/soong/scripts/ |
D | test_config_fixer_test.py | 63 test_config_fixer.write_xml(output, doc) 90 test_config_fixer.write_xml(output, doc)
|
D | test_config_fixer.py | 29 from manifest import write_xml 90 write_xml(f, doc)
|
D | manifest_fixer_test.py | 63 manifest_fixer.write_xml(output, doc) 237 manifest_fixer.write_xml(output, doc) 277 manifest_fixer.write_xml(output, doc) 363 manifest_fixer.write_xml(output, doc) 397 manifest_fixer.write_xml(output, doc) 433 manifest_fixer.write_xml(output, doc) 475 manifest_fixer.write_xml(output, doc)
|
D | manifest_check.py | 32 from manifest import write_xml 329 write_xml(f, manifest)
|
D | manifest.py | 123 def write_xml(f, doc): function
|
D | manifest_fixer.py | 33 from manifest import write_xml 356 write_xml(f, doc)
|