Searched refs:src_pathname (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/freetype/src/tools/ |
H A D | chktrcmp.py | 60 src_pathname = os.path.join(p, f) variable 63 for src_line in open(src_pathname, 'r'): 70 .append("%s:%d" % (src_pathname, line_num)) 73 ["%s:%d" % (src_pathname, line_num)]
|
/aosp_15_r20/system/tools/mkbootimg/ |
D | repack_bootimg.py | 270 for src_pathname, dst_file in copy_pairs: 277 shutil.copy2(src_pathname, dst_pathname, follow_symlinks=False) 377 src_pathname = os.path.join(src_ramdisk_dir, src_file) 379 src_pathname = src_file 383 return (src_pathname, dst_file)
|
D | unpack_bootimg.py | 468 src_pathname = os.path.join('..', src) 473 os.symlink(src_pathname, dst_pathname)
|