Searched refs:sancov_path (Results 1 – 4 of 4) sorted by relevance
790 char *sancov_path = FindPathToBinary(common_flags()->sancov_path); in GenerateHtmlReport() local791 if (sancov_path == nullptr) { in GenerateHtmlReport()796 sancov_argv.push_back(sancov_path); in GenerateHtmlReport()
226 COMMON_FLAG(const char *, sancov_path, "sancov", "Sancov tool location.")
248 COMMON_FLAG(const char *, sancov_path, "sancov", "Sancov tool location.")
131 ``sancov_path=<path_to_sancov`` option can be used to specify tool location.