Home | History | Annotate | Download | only in tools

Lines Matching refs:src_path

15     src_path = path
17 if not os.path.exists(src_path):
23 if not os.path.isfile(src_path):
29 if os.path.commonprefix( [ src_path, original_path ] ) != original_path:
35 src_path = src_path[len(original_path):]
36 if len(src_path) > 0 and src_path[0] == '/':
37 src_path = src_path[1:]
39 if len(src_path) == 0:
47 m = re_asm_arch.match(src_path)
54 dst_path = "common/" + src_path