Lines Matching defs:CFPath
71 std::string CFPath;
80 RemoveFile(CFPath);
175 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge");
236 &NewFeatures, Cov, &NewCov, Job->CFPath, false,
346 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt");
349 &NewFeatures, Env.Cov, &NewCov, CFPath,
353 RemoveFile(CFPath);
406 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt");
413 CFPath, /*Verbose=*/false, /*IsSetCoverMerge=*/false);
416 RemoveFile(CFPath);