Searched refs:cleanupFile (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/tools/ |
D | clean_header.py | 82 def cleanupFile(dst_dir, src_dir, rel_path, no_update = True): function 197 dst_path, newdata = cleanupFile(dst_dir, src_dir, path) 207 dst_path, newdata = cleanupFile(dst_dir, src_dir, path, no_update)
|
D | update_all.py | 89 dst_path, newdata = clean_header.cleanupFile(kernel_dir, src_dir, rel_path)
|