Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 10 of 10) sorted by relevance

/build/soong/ui/metrics/upload_proto/
Dregen.sh9 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
12 die "could not find aprotoc. ${error_msg}"
16 die "build failed. ${error_msg}"
/build/soong/ui/metrics/bp2build_metrics_proto/
Dregen.sh21 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
24 die "could not find aprotoc. ${error_msg}"
28 die "build failed. ${error_msg}"
/build/soong/ui/status/build_progress_proto/
Dregen.sh9 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
12 die "could not find aprotoc. ${error_msg}"
16 die "build failed. ${error_msg}"
/build/soong/ui/metrics/metrics_proto/
Dregen.sh9 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
12 die "could not find aprotoc. ${error_msg}"
16 die "build failed. ${error_msg}"
/build/soong/ui/metrics/mk_metrics_proto/
Dregen.sh21 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
24 die "could not find aprotoc. ${error_msg}"
28 die "build failed. ${error_msg}"
/build/soong/ui/metrics/bazel_metrics_proto/
Dregen.sh21 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
24 die "could not find aprotoc. ${error_msg}"
28 die "build failed. ${error_msg}"
/build/soong/cmd/extract_apks/bundle_proto/
Dregen.sh8 readonly error_msg="Maybe you need to run 'lunch aosp_arm-eng && m aprotoc blueprint_tools'?"
10 hash aprotoc &>/dev/null || die "could not find aprotoc. ${error_msg}"
12 …source_relative:. commands.proto config.proto targeting.proto ) || die "build failed. ${error_msg}"
/build/make/tools/aconfig/aconfig/src/
Ddump.rs142 let error_msg = format!("\"{filter}\": filter syntax error"); in create_filter_predicate_single() localVariable
143 let (what, arg) = filter.split_once(':').ok_or_else(|| anyhow!(error_msg.clone()))?; in create_filter_predicate_single()
164 .context(error_msg)?; in create_filter_predicate_single()
172 .context(error_msg)?; in create_filter_predicate_single()
177 let expected: bool = arg.parse().context(error_msg)?; in create_filter_predicate_single()
181 let expected: bool = arg.parse().context(error_msg)?; in create_filter_predicate_single()
193 _ => Err(anyhow!(error_msg)), in create_filter_predicate_single()
/build/make/tools/releasetools/
Dfind_shareduid_violation.py79 success, manifest, error_msg = execute(cmd)
83 logger.error(error_msg)
/build/make/core/tasks/
Dcts.mk44 define error_msg
52 $(error $(error_msg))
56 define error_msg
64 $(error $(error_msg))