Searched refs:CFPath (Results 1 – 1 of 1) sorted by relevance
162 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath) { in CrashResistantMergeInternalStep() argument163 Printf("MERGE-INNER: using the control file '%s'\n", CFPath.c_str()); in CrashResistantMergeInternalStep()165 std::ifstream IF(CFPath); in CrashResistantMergeInternalStep()177 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep()223 std::string CFPath = in CrashResistantMerge() local226 RemoveFile(CFPath); in CrashResistantMerge()227 std::ofstream ControlFile(CFPath); in CrashResistantMerge()240 ExecuteCommand(BaseCmd + " -merge_control_file=" + CFPath); in CrashResistantMerge()248 std::ifstream IF(CFPath); in CrashResistantMerge()258 RemoveFile(CFPath); in CrashResistantMerge()