Home | History | Annotate | Download | only in common_lib

Lines Matching refs:temp_path

829         temp_path = tarball_path + '.tmp'
830 cmd_list = ['tar', '-cf', temp_path, '-C', src_dir]
841 os.unlink(temp_path)
844 os.rename(temp_path, tarball_path)