Searched refs:OutputString (Results 1 – 8 of 8) sorted by relevance
486 std::string OutputString; in WriteEdgeToMutationGraphFile() local 489 OutputString.append("\""); in WriteEdgeToMutationGraphFile() 490 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile() 491 OutputString.append("\"\n"); in WriteEdgeToMutationGraphFile() 496 OutputString.append("\""); in WriteEdgeToMutationGraphFile() 497 OutputString.append(BaseSha1); in WriteEdgeToMutationGraphFile() 498 OutputString.append("\" -> \""); in WriteEdgeToMutationGraphFile() 499 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile() 500 OutputString.append("\" [label=\""); in WriteEdgeToMutationGraphFile() 501 OutputString in WriteEdgeToMutationGraphFile() [all...]
193 ST->ConOut->OutputString(ST->ConOut, in efi_main()338 ST->ConOut->OutputString(ST->ConOut, buf); in putchar()342 ST->ConOut->OutputString(ST->ConOut, buf); in putchar()
410 std::string OutputString; in write() local412 OutputString.append(Sym.str()); in write()413 OutputString.append(1, '\0'); in write()416 OS << OutputString; in write()
44 ST->ConOut->OutputString(ST->ConOut, (CHAR16 *) in setup()
100 ST->ConOut->OutputString(ST->ConOut, (CHAR16 *)L"Failed to allocate memory for heap.\r\n"); in efi_main()
390 EFI_TEXT_STRING OutputString; member
146 EFI_TEXT_OUTPUT_STRING OutputString; member
729 conout->OutputString(conout, line); in CL()1405 conout->OutputString(conout, buf); in efi_cons_efiputchar()