Searched refs:arc_path (Results 1 – 1 of 1) sorted by relevance
10 def WriteToZipFile(zip_file, path, arc_path): argument20 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))29 logging.debug('file: %s -> %s', path, arc_path)30 zip_file.write(path, arc_path, zipfile.ZIP_DEFLATED)