Lines Matching full:c_str
167 DeleteFile(log_name.c_str());
171 unlink(log_name.c_str());
293 g_log_file = CreateFile(g_log_file_name->c_str(), FILE_APPEND_DATA,
305 g_log_file = CreateFile(g_log_file_name->c_str(), FILE_APPEND_DATA,
314 g_log_file = fopen(g_log_file_name->c_str(), "a");
478 MessageBoxW(nullptr, base::UTF8ToUTF16(str).c_str(), L"Fatal error",
544 OutputDebugStringA(str_newline.c_str());
602 asl_facility.c_str(),
656 asl_set(asl_message.get(), ASL_KEY_MSG, str_newline.c_str());
678 __android_log_write(priority, "chromium", str_newline.c_str());
684 GetProgram().BaseName().value().c_str() : nullptr,
685 str_newline.c_str());
715 static_cast<const void*>(str_newline.c_str()),