Lines Matching refs:PL
387 raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_TextWithCRLF); in createPlistFile() local
403 PL << "<?xml version=\"1.0\" encoding=\"UTF-8\"\?>\n" in createPlistFile()
412 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
413 PL << "</string>\n" in createPlistFile()
422 PL << "\t\t<key>CFBundleShortVersionString</key>\n"; in createPlistFile()
423 PL << "\t\t<string>"; in createPlistFile()
424 printHTMLEscaped(BI.ShortVersionStr, PL); in createPlistFile()
425 PL << "</string>\n"; in createPlistFile()
428 PL << "\t\t<key>CFBundleVersion</key>\n"; in createPlistFile()
429 PL << "\t\t<string>"; in createPlistFile()
430 printHTMLEscaped(BI.VersionStr, PL); in createPlistFile()
431 PL << "</string>\n"; in createPlistFile()
434 PL << "\t\t<key>Toolchain</key>\n"; in createPlistFile()
435 PL << "\t\t<string>"; in createPlistFile()
436 printHTMLEscaped(Toolchain, PL); in createPlistFile()
437 PL << "</string>\n"; in createPlistFile()
440 PL << "\t</dict>\n" in createPlistFile()
443 PL.close(); in createPlistFile()