Home | History | Annotate | Download | only in common_lib

Lines Matching refs:src_dir

822     def tar_package(self, pkg_name, src_dir, dest_dir, exclude_string=None):
830 cmd_list = ['tar', '-cf', temp_path, '-C', src_dir]