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_dir, src_dir, rel_path, no_update = True): argument 90 print_error(no_update, "file does not exist: '%s'\n" % full_path) 94 print_error(no_update, "path is not a file: '%s'\n" % full_path) 129 print_error(no_update, "can't parse '%s'%" % full_path) 179 no_update = True variable 184 no_update = False variable 195 if no_update: 207 dst_path, newdata = cleanupFile(dst_dir, src_dir, path, no_update)
|