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()
310 static Error createPlistFile(StringRef Bin, StringRef BundleRoot, in createPlistFile() argument313 SmallString<128> InfoPlist(BundleRoot); in createPlistFile()324 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile()325 if (sys::path::extension(BundleRoot) == ".dSYM") in createPlistFile()