Searched refs:host_out_dir (Results 1 – 3 of 3) sorted by relevance
250 def _get_docker_build_fuzzers_args_container(host_out_dir, container): argument254 return ['-e', 'OUT=' + host_out_dir, '--volumes-from', container]257 def _get_docker_build_fuzzers_args_not_container(host_out_dir, host_repo_path): argument266 '%s:%s' % (host_out_dir, image_out_dir),
340 host_out_dir = '/cifuzz/out'343 host_out_dir, host_repo_path)
83 host_out_dir = get_label_info(protoc_target, "root_out_dir")84 sources = [ "$host_out_dir/protoc" ]