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 183 new_data = cleanupFile(dst_file, src_file, path) 200 new_data = cleanupFile(dst_file, src_file, path, no_update)
|
D | update_all.py | 53 new_data = clean_header.cleanupFile(dst_file, src_file, rel_path)
|