D | strip_save_dsym | 45 def macho_archs(macho): argument 51 file_cmd = subprocess.Popen(["/usr/bin/file", "-b", "--", macho], 77 print >> sys.stderr, "No architectures in %s" % macho 85 def macho_uuids(macho): argument 88 archs = macho_archs(macho) 97 macho], 169 print >> sys.stderr, "No UUIDs in %s" % macho 175 def dsym_path(macho): argument 187 dsym = macho 195 def make_fake_dsym(macho, dsym): argument [all …]
|