Wire Sysio Wire Sysion 1.0.0
|
#include <algorithm>
#include <array>
#include <cassert>
#include <fstream>
#include <iostream>
#include <memory>
#include <numeric>
#include <regex>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
std::string | escape_arg (const std::string &arg) |
void | create_empty_file (std::string const &path) |
bool | starts_with (std::string const &str, std::string const &pref) |
int | parse_log_file_arg (std::string const &arg) |
std::string | catch_path (std::string path) |
std::string | windowsify_path (std::string path) |
void | exec_cmd (std::string const &cmd, int log_num, std::string const &path) |
int | main (int argc, char **argv) |
Variables | |
const std::string | separator = "--sep--" |
const std::string | logfile_prefix = "--log-file=" |
std::string catch_path | ( | std::string | path | ) |
Definition at line 70 of file coverage-helper.cpp.
void create_empty_file | ( | std::string const & | path | ) |
Definition at line 45 of file coverage-helper.cpp.
std::string escape_arg | ( | const std::string & | arg | ) |
Definition at line 12 of file coverage-helper.cpp.
void exec_cmd | ( | std::string const & | cmd, |
int | log_num, | ||
std::string const & | path ) |
Definition at line 92 of file coverage-helper.cpp.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 121 of file coverage-helper.cpp.
int parse_log_file_arg | ( | std::string const & | arg | ) |
Definition at line 57 of file coverage-helper.cpp.
bool starts_with | ( | std::string const & | str, |
std::string const & | pref ) |
std::string windowsify_path | ( | std::string | path | ) |
Definition at line 83 of file coverage-helper.cpp.
const std::string logfile_prefix = "--log-file=" |
Definition at line 51 of file coverage-helper.cpp.
const std::string separator = "--sep--" |
Definition at line 50 of file coverage-helper.cpp.