Searched refs:BundleID (Results 1 – 4 of 4) sorted by relevance
116 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile() local118 bundleIDStr = llvm::sys::path::stem(BundleID); in createPlistFile()120 bundleIDStr = BundleID; in createPlistFile()
162 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo() local163 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
186 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile() local188 BI.IDStr = llvm::sys::path::stem(BundleID); in createPlistFile()190 BI.IDStr = BundleID; in createPlistFile()
482 uint16_t BundleID = String.first >> 4; in visitStringTableResource() local483 StringTableInfo::BundleKey Key(BundleID, ObjectData.LanguageInfo); in visitStringTableResource()