Searched refs:BundleRoot (Results 1 – 2 of 2) sorted by relevance
96 static bool createPlistFile(llvm::StringRef BundleRoot) { in createPlistFile() argument101 llvm::SmallString<128> InfoPlist(BundleRoot); in createPlistFile()116 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile()117 if (llvm::sys::path::extension(BundleRoot) == ".dSYM") in createPlistFile()
168 static bool createPlistFile(llvm::StringRef Bin, llvm::StringRef BundleRoot) { in createPlistFile() argument173 llvm::SmallString<128> InfoPlist(BundleRoot); in createPlistFile()186 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile()187 if (llvm::sys::path::extension(BundleRoot) == ".dSYM") in createPlistFile()