Home | History | Annotate | Download | only in bin

Lines Matching refs:split

71         if len(file_result.split(' ')) == 6:
73 if file_result.split(' ')[3] == 'src':
75 elif file_result.split(' ')[3] == 'bin':
80 package_info['arch'] = file_result.split(' ')[4]
82 package_info['version'] = file_result.split(' ')[5]
83 elif len(file_result.split(' ')) == 5:
85 if file_result.split(' ')[3] == 'src':
87 elif file_result.split(' ')[3] == 'bin':
94 package_info['version'] = file_result.split(' ')[4]
169 parts = line.split()