Searched refs:CFPath (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerMerge.cpp | 200 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath, in CrashResistantMergeInternalStep() argument 202 Printf("MERGE-INNER: using the control file '%s'\n", CFPath.c_str()); in CrashResistantMergeInternalStep() 204 std::ifstream IF(CFPath); in CrashResistantMergeInternalStep() 216 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() 391 WriteNewControlFile(const std::string &CFPath, in WriteNewControlFile() argument 410 RemoveFile(CFPath); in WriteNewControlFile() 411 std::ofstream ControlFile(CFPath); in WriteNewControlFile() 419 CFPath.c_str()); in WriteNewControlFile() 434 std::set<uint32_t> *NewCov, const std::string &CFPath, in CrashResistantMerge() argument 440 if (FileSize(CFPath)) { in CrashResistantMerge() [all …]
|
D | FuzzerFork.cpp | 71 std::string CFPath; member 80 RemoveFile(CFPath); in ~FuzzJob() 175 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge"); in CreateNewJob() 236 &NewFeatures, Cov, &NewCov, Job->CFPath, false, in RunOneMergeJob() 346 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt"); in FuzzWithFork() local 349 &NewFeatures, Env.Cov, &NewCov, CFPath, in FuzzWithFork() 353 RemoveFile(CFPath); in FuzzWithFork() 406 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt"); in FuzzWithFork() local 413 CFPath, /*Verbose=*/false, /*IsSetCoverMerge=*/false); in FuzzWithFork() 416 RemoveFile(CFPath); in FuzzWithFork()
|
D | FuzzerMerge.h | 88 std::set<uint32_t> *NewCov, const std::string &CFPath,
|
D | FuzzerDriver.cpp | 522 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge() local 526 {}, &NewCov, CFPath, true, Flags.set_cover_merge); in Merge() 531 RemoveFile(CFPath); in Merge()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerMerge.h | 88 std::set<uint32_t> *NewCov, const std::string &CFPath,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerMerge.h | 88 std::set<uint32_t> *NewCov, const std::string &CFPath,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerMerge.h | 88 std::set<uint32_t> *NewCov, const std::string &CFPath,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerMerge.h | 88 std::set<uint32_t> *NewCov, const std::string &CFPath,
|