Lines Matching refs:join
29 update_dir = os.path.join(get_kernel_dir(), update_rel_dir)
35 os.remove(os.path.join(root, entry))
37 shutil.rmtree(os.path.join(root, entry))
39 src_dir = os.path.normpath(os.path.join(original_dir, src_rel_dir))
41 mod_src_dir = os.path.join(modified_dir, src_rel_dir)
42 update_dir = os.path.join(get_kernel_dir(), update_rel_dir)
50 src_file = os.path.normpath(os.path.join(root, file))
53 if os.path.exists(os.path.join(mod_src_dir, rel_path)):
54 src_file = os.path.join(mod_src_dir, rel_path)
55 src_str = os.path.join("<modified>", src_rel_dir, rel_path)
57 src_str = os.path.join("<original>", src_rel_dir, rel_path)
58 dst_file = os.path.join(update_dir, rel_path)
70 update_path = os.path.join(update_rel_dir, rel_path)
99 for line in open(os.path.join(libc_root, unistd_h)):
119 syscall_file = os.path.join(libc_root, 'include/bits/glibc-syscalls.h')
156 ProcessFiles(updater, original_dir, modified_dir, "scsi", os.path.join("android", "scsi", "scsi"))