Lines Matching refs:target
758 # Include os.sep (target OS directory separator) as well.
859 linkname = ('Name of the target file name, which is only present '
2338 # Prepare the link target for makelink().
2401 # A (sym)link's file object is its target's file object.
2477 with bltn_open(targetpath, "wb") as target:
2480 target.seek(offset)
2481 copyfileobj(source, target, size, ReadError, bufsize)
2482 target.seek(tarinfo.size)
2483 target.truncate()
2485 copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
2728 """Find the target member of a symlink or hardlink member in the
2838 help='Extract tarfile into target dir')