Searched refs:no_update (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/kernel/tools/ |
D | clean_header.py | 76 def print_error(no_update, msg): argument 77 if no_update: 82 def cleanupFile(dst_file, src_file, rel_path, no_update = True): argument 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 variable 159 no_update = False variable 179 if no_update: 200 new_data = cleanupFile(dst_file, src_file, path, no_update)
|