Lines Matching refs:fileout
670 fileout = _syscmd_file(executable, '')
672 fileout = ''
674 if not fileout and \
686 if 'executable' not in fileout and 'shared object' not in fileout:
691 if '32-bit' in fileout:
693 elif '64-bit' in fileout:
697 if 'ELF' in fileout:
699 elif 'PE' in fileout:
701 if 'Windows' in fileout:
705 elif 'COFF' in fileout:
707 elif 'MS-DOS' in fileout: