Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dclean_header.py82 def cleanupFile(dst_dir, src_dir, rel_path, no_update = True): argument
122 dst_path = os.path.join(dst_dir, dst_path)
180 dst_dir = get_kernel_dir() variable
190 dst_dir = arg variable
197 dst_path, newdata = cleanupFile(dst_dir, src_dir, path)
207 dst_path, newdata = cleanupFile(dst_dir, src_dir, path, no_update)