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
188 new_data = cleanupFile(dst_file, src_file, path)
205 new_data = cleanupFile(dst_file, src_file, path, no_update)
Dupdate_all.py59 new_data = clean_header.cleanupFile(dst_file, src_file, rel_path)