Home | History | Annotate | Download | only in tools

Lines Matching refs:no_update

76 def print_error(no_update, msg):
77 if no_update:
82 def cleanupFile(dst_file, src_file, rel_path, no_update = True):
88 print_error(no_update, "'%s' does not exist\n" % src_file)
92 print_error(no_update, "'%s' is not a file\n" % src_file)
105 print_error(no_update, "Can't parse '%s'" % src_file)
154 no_update = True
159 no_update = False
170 if no_update:
186 new_data = cleanupFile(dst_file, src_file, path, no_update)