Searched refs:dsym_bundle (Results 1 – 3 of 3) sorted by relevance
46 dsym_bundle = self.getBuildArtifact("a.out.dSYM")47 blueprint_destination_path = os.path.join(dsym_bundle, "Contents",
695 PlatformDarwinKernel::GetDWARFBinaryInDSYMBundle(FileSpec dsym_bundle) { in GetDWARFBinaryInDSYMBundle() argument698 if (dsym_bundle.GetFileNameExtension() != g_dsym_suffix) { in GetDWARFBinaryInDSYMBundle()703 dsym_bundle.GetFileNameStrippingExtension().GetCString(); in GetDWARFBinaryInDSYMBundle()704 std::string dirname = dsym_bundle.GetDirectory().GetCString(); in GetDWARFBinaryInDSYMBundle()706 std::string binary_filepath = dsym_bundle.GetPath(); in GetDWARFBinaryInDSYMBundle()
140 static std::vector<FileSpec> GetDWARFBinaryInDSYMBundle(FileSpec dsym_bundle);