Searched refs:BundleID (Results 1 – 4 of 4) sorted by relevance
160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo() local161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
324 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile() local326 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()328 BI.IDStr = std::string(BundleID); in createPlistFile()
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()
482 uint16_t BundleID = String.first >> 4; in visitStringTableResource() local483 StringTableInfo::BundleKey Key(BundleID, ObjectData.LanguageInfo); in visitStringTableResource()