Home
last modified time | relevance | path

Searched refs:cleanupFile (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/tools/
Dclean_header.py82 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)
Dupdate_all.py89 dst_path, newdata = clean_header.cleanupFile(kernel_dir, src_dir, rel_path)