Home | History | Annotate | Download | only in updater

Lines Matching refs:cmd_pipe

1676   FILE* cmd_pipe = ui->cmd_pipe;
1679 if (cmd_pipe == nullptr || za == nullptr) {
1890 fprintf(cmd_pipe, "set_progress %.4f\n", static_cast<double>(params.written) / total_blocks);
1891 fflush(cmd_pipe);
1918 fprintf(cmd_pipe, "log bytes_written_%s: %" PRIu64 "\n", partition + 1,
1920 fprintf(cmd_pipe, "log bytes_stashed_%s: %" PRIu64 "\n", partition + 1,
1922 fflush(cmd_pipe);