Searched refs:cleanupFile (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/tools/ |
D | clean_header.py | 82 def cleanupFile(dst_file, src_file, rel_path, no_update = True): function 188 new_data = cleanupFile(dst_file, src_file, path) 205 new_data = cleanupFile(dst_file, src_file, path, no_update)
|
D | update_all.py | 59 new_data = clean_header.cleanupFile(dst_file, src_file, rel_path)
|