Searched refs:write_file (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/ |
H A D | get_dependency.py | 118 def write_file(depends_list, file_name): function 145 write_file(depends_tree, os.path.join(preloader_path, DEPENDS_TREE_NAME))
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 112 def write_file(output_file, content, append): function 406 write_file(config_file, xml_content, False)
|
H A D | suite.py | 156 utils.write_file(config_file, xml_content, False)
|
/test/xts/tools/build/ |
H A D | suite.py | 296 utils.write_file(dest_file, xml_content, False) 311 utils.write_file(config_file, xml_content, False)
|
H A D | utils.py | 82 def write_file(output_file, content, append): function
|
Completed in 5 milliseconds