Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/clients/report/dejagnu/
Dmanifest.py55 with open(filename, 'r') as manifest_file:
56 for line in manifest_file:
Dmain.py56 with open(manifest_filename, 'w') as manifest_file:
57 manifest_file.write(manifest.Generate())
/external/autotest/client/site_tests/network_CastTDLS/
Dnetwork_CastTDLS.py116 manifest_file = os.path.join(extension_folder, 'manifest.json')
117 with open(manifest_file) as f:
120 with open(manifest_file, 'wb') as f:
/external/autotest/puppylab/
DClusterTemplate37 puppet.manifest_file = "nodes.pp"
58 puppet.manifest_file = "nodes.pp"
DCoreClusterTemplate18 puppet.manifest_file = "nodes.pp"
/external/toolchain-utils/automation/clients/report/
Dvalidate_failures.py191 with open(manifest_path, 'w') as manifest_file:
194 manifest_file.write('\n'.join(manifest_strings))
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py709 def _remove_visual_c_ref(self, manifest_file): argument
719 manifest_f = open(manifest_file)
739 manifest_f = open(manifest_file, 'w')
742 return manifest_file