Home | History | Annotate | Download | only in tools

Lines Matching defs: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)
107 print_error(no_update, "Can't parse '%s'" % src_file)
157 no_update = True
162 no_update = False
173 if no_update:
189 new_data = cleanupFile(dst_file, src_file, path, no_update)