Lines Matching refs:split
36 check_sha256_cmd = ('curl -s -k ' + check_url + '.sha256').split(' ')
40 local_sha256 = local_sha256.split(' ')[0]
51 cmd = ('curl -s -k ' + sha_sums256_path).split(' ')
54 for line in data_sha_sums256.split('\n'):
56 check_sha256 = line.split(' ')[0]
131 subprocess.run(['sha256sum', package_lock_path], capture_output=True, text=True).stdout.strip().split(' ')[0]
170 filename = url.split('/')[-1]
244 part_file_name = url.split('/')[-1].split('linux')[0]
269 extract_compress_files(os.path.join(download_dir, url.split('/')[-1]),