Lines Matching defs:file_path
49 static void WriteModuleCoverage(char* file_path, const char* module_name,
51 GetCoverageFilename(file_path, StripModuleName(module_name), "sancov");
52 fd_t fd = OpenFile(file_path);
56 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len);
62 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength));
86 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx],
98 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx],
102 InternalFree(file_path);
170 const char* file_path = common_flags()->cov_8bit_counters_out;
171 if (file_path && internal_strlen(file_path)) {
172 fd_t fd = OpenFile(file_path);
178 size, file_path);
180 file_path = common_flags()->cov_pcs_out;
181 if (file_path && internal_strlen(file_path)) {
182 fd_t fd = OpenFile(file_path);
188 file_path);