Home | History | Annotate | Download | only in common_lib

Lines Matching full:temp_path

782         temp_path = tarball_path + '.tmp'
783 cmd_list = ['tar', '-cf', temp_path, '-C', src_dir]
794 os.unlink(temp_path)
797 os.rename(temp_path, tarball_path)