Searched refs:error_msg (Results 1 – 10 of 10) sorted by relevance
9 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}"
21 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}"
8 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}"
142 let error_msg = format!("\"{filter}\": filter syntax error"); in create_filter_predicate_single() localVariable143 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()
79 success, manifest, error_msg = execute(cmd)83 logger.error(error_msg)
44 define error_msg52 $(error $(error_msg))56 define error_msg64 $(error $(error_msg))