Home
last modified time | relevance | path

Searched refs:output_cov (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ccache/ccache-3.7.12/src/
H A Dccache.c119 static char *output_cov; variable
1662 if (stat(output_cov, &st) == 0) { in to_cache()
1663 copy_file_to_cache(output_cov, cached_cov); in to_cache()
1670 cc_log("%s is missing", output_cov); in to_cache()
2452 copy_file_from_cache(cached_cov, output_cov); in from_cache()
3702 output_cov = make_relative_path(default_covfile_name); in cc_process_args()
3987 free(output_cov); output_cov = NULL; in cc_reset()
4131 cc_log("Coverage file: %s", output_cov); in ccache()
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dccache.c119 static char *output_cov; variable
1662 if (stat(output_cov, &st) == 0) { in to_cache()
1663 copy_file_to_cache(output_cov, cached_cov); in to_cache()
1670 cc_log("%s is missing", output_cov); in to_cache()
2452 copy_file_from_cache(cached_cov, output_cov); in from_cache()
3702 output_cov = make_relative_path(default_covfile_name); in cc_process_args()
3987 free(output_cov); output_cov = NULL; in cc_reset()
4131 cc_log("Coverage file: %s", output_cov); in ccache()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dccache.c103 static char *output_cov; variable
1394 copy_file_to_cache(output_cov, cached_cov); in to_fscache()
2421 get_file_from_cache(cached_cov, output_cov); in from_fscache()
3567 output_cov = make_relative_path(default_covfile_name); in cc_process_args()
3769 free(output_cov); output_cov = NULL; in cc_reset()
3888 cc_log("Coverage file: %s", output_cov); in ccache()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dccache.c103 static char *output_cov; variable
1394 copy_file_to_cache(output_cov, cached_cov); in to_fscache()
2421 get_file_from_cache(cached_cov, output_cov); in from_fscache()
3567 output_cov = make_relative_path(default_covfile_name); in cc_process_args()
3769 free(output_cov); output_cov = NULL; in cc_reset()
3888 cc_log("Coverage file: %s", output_cov); in ccache()