Home
last modified time | relevance | path

Searched refs:image_repo_path (Results 1 – 4 of 4) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dcontinuous_integration.py91 def get_build_command(self, host_repo_path, image_repo_path): argument
103 def get_replace_repo_and_build_command(host_repo_path, image_repo_path): argument
107 rm_path = os.path.join(image_repo_path, '*')
108 image_src_path = os.path.dirname(image_repo_path)
180 inferred_url, image_repo_path = (build_specified_commit.detect_main_repo(
184 if not inferred_url or not image_repo_path:
187 image_repo_path=None,
193 image_repo_name = os.path.basename(image_repo_path)
202 image_repo_path=image_repo_path,
205 def get_build_command(self, host_repo_path, image_repo_path): # pylint: disable=no-self-use argument
[all …]
Dbuild_fuzzers.py63 self.image_repo_path = None
73 self.image_repo_path = result.image_repo_path
95 self.image_repo_path)
150 self.image_repo_path)
Dcontinuous_integration_test.py61 image_repo_path = '/src/repo'
63 host_repo_path, image_repo_path)
Dbuild_fuzzers_test.py122 image_repo_path = '/src/repo_dir'
125 return_value=('inferred_url', image_repo_path)):
130 os.path.basename(image_repo_path))