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_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)
Dupdate_all.py53 new_data = clean_header.cleanupFile(dst_file, src_file, rel_path)