Home
last modified time | relevance | path

Searched refs:project_src_path (Results 1 – 3 of 3) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dbuild_fuzzers.py39 def check_project_src_path(project_src_path): argument
41 if not os.path.exists(project_src_path):
44 'Are you mounting it correctly?', project_src_path)
178 if config.project_src_path and not check_project_src_path(
179 config.project_src_path):
Dconfig_utils.py171 self.project_src_path = get_project_src_path(self.workspace)
Dcontinuous_integration.py172 manager = repo_manager.RepoManager(self.config.project_src_path)