Searched refs:clusterfuzz_deployment (Results 1 – 4 of 4) sorted by relevance
/external/oss-fuzz/infra/cifuzz/ |
D | clusterfuzz_deployment_test.py | 23 import clusterfuzz_deployment 57 return clusterfuzz_deployment.get_clusterfuzz_deployment(config) 107 clusterfuzz_deployment.download_url(self.URL, self.FILE_PATH)) 117 clusterfuzz_deployment.download_url(self.URL, self.FILE_PATH)) 128 clusterfuzz_deployment.download_url(self.URL, self.FILE_PATH)) 146 clusterfuzz_deployment.download_and_unpack_zip('/not/a/real/url',
|
D | fuzz_target.py | 68 def __init__(self, target_path, duration, out_dir, clusterfuzz_deployment, argument 84 self.clusterfuzz_deployment = clusterfuzz_deployment 115 self.latest_corpus_path = self.clusterfuzz_deployment.download_corpus( 257 clusterfuzz_build_dir = self.clusterfuzz_deployment.download_latest_build(
|
D | run_fuzzers.py | 22 import clusterfuzz_deployment 44 self.clusterfuzz_deployment = ( 45 clusterfuzz_deployment.get_clusterfuzz_deployment(self.config)) 116 self.clusterfuzz_deployment, self.config)
|
D | fuzz_target_test.py | 24 import clusterfuzz_deployment 65 return clusterfuzz_deployment.get_clusterfuzz_deployment(config)
|