Searched refs:output_file (Results 1 – 1 of 1) sorted by relevance
46 output_file = args.file or 'current.xml'50 generate_current_file(ROOT_FOLDER+'/res', output_file)52 def generate_current_file(res_folder, output_file='current.xml'): argument70 with open(OUTPUT_FILE_PATH + output_file, 'w') as f:127 output_file=ROOT_FOLDER+'/res/values/overlayable.xml'128 with open(output_file, 'w') as f: