Home
last modified time | relevance | path

Searched defs:rel_path (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/tools/
Dupdate_all.py63 rel_path = os.path.normpath(os.path.join(root, file)) variable
64 rel_path = rel_path[original_dir_len:] variable
Dclean_header.py82 def cleanupFile(dst_dir, src_dir, rel_path, no_update = True): argument