Lines Matching refs:src_path
45 src_path=None, argument
62 assert (src_path is None) != (data is None), (
86 if src_path and os.path.islink(src_path):
88 zip_file.writestr(zipinfo, os.readlink(src_path))
92 if src_path:
93 st = os.stat(src_path)
98 if src_path:
99 with open(src_path, 'rb') as f:
137 src_path = tup
138 zip_path = os.path.relpath(src_path, base_dir)
142 tup = (zip_path, src_path)
158 src_path=fs_path,