Searched refs:src_file (Results 1 – 1 of 1) sorted by relevance
194 def archive_file(zip_archive, src_file, dest_dir="", optional=False): argument207 if not os.path.exists(src_file) and optional:210 src_file, os.path.join(dest_dir, os.path.basename(src_file))388 def zip_file(zip_archive, src_file, dest_dir=""): argument400 src_file, os.path.join(dest_dir, os.path.basename(src_file))