Home | History | Annotate | Download | only in test

Lines Matching refs:target_file

877             target_file = os.path.join(tempdir,'symlink')
880 os.symlink(source_file, target_file)
883 tar.add(target_file, arcname=os.path.basename(target_file))
907 target_file = os.path.join(tempdir,'symlink')
910 os.symlink(source_file, target_file)
912 tar.add(target_file, arcname=os.path.basename(target_file))
937 target_file = os.path.join(tempdir,'symlink')
940 os.link(source_file, target_file)
943 tar.add(target_file, arcname=os.path.basename(target_file))