Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 19 of 19) sorted by relevance

/build/kati/
Drule.cc60 ERROR("%s:%d: *** missing separator.", LOCF(loc)); in ParseRule()
73 ERROR("%s:%d: *** mixed implicit and normal rules: deprecated syntax", in ParseRule()
122 ERROR("%s:%d: *** mixed implicit and normal rules: deprecated syntax", in ParseRule()
142 ERROR("%s:%d: *** missing target pattern.", LOCF(loc)); in ParseRule()
145 ERROR("%s:%d: *** multiple target patterns.", LOCF(loc)); in ParseRule()
148 ERROR("%s:%d: *** target pattern contains no '%%'.", LOCF(loc)); in ParseRule()
Dflags.cc91 ERROR("Invalid -j flag: %s", num_jobs_str); in Parse()
97 ERROR("Invalid -j flag: %s", num_jobs_str); in Parse()
117 ERROR("Unknown flag: %s", arg); in Parse()
Dlog.h66 #define ERROR(...) do { \ macro
74 #define CHECK(c) if (!(c)) ERROR("%s:%d: %s", __FILE__, __LINE__, #c)
Dthread_local.h61 ERROR("Failed to create a pthread key for TLS errno=%d", errno); in ThreadLocalInit()
84 ERROR("Failed to set a TLS: error=%d", error); in GetPointer()
Dexec.cc70 ERROR("*** No rule to make target '%s', needed by '%s'.", in ExecNode()
73 ERROR("*** No rule to make target '%s'.", n->output.c_str()); in ExecNode()
Dfile.cc48 ERROR("Unexpected read length=%zd expected=%zu", r, len); in Makefile()
Drule.h50 ERROR("%s:%d: %s", loc.filename, loc.lineno, msg.c_str()); in Error()
Dexpr.cc320 ERROR("%s:%d: *** unterminated call to function '%s': " in ParseFunc()
335 ERROR("%s:%d: *** insufficient number of arguments (%d) to function `%s'.", in ParseFunc()
436 ERROR("%s:%d: *** unterminated variable reference.", LOCF(loc)); in ParseDollar()
Dvar.cc142 ERROR("overriding automatic variable is not implemented yet"); in Assign()
Dsymtab.cc72 ERROR("overriding automatic variable is not implemented yet"); in SetGlobalVar()
Dfileutil.cc137 ERROR("_NSGetExecutablePath failed"); in GetExecutablePath()
Dmain.cc253 ERROR("*** No targets specified and no makefile found."); in main()
Dcommand.cc43 ERROR("$(value %s) is not implemented yet", sym_); in String()
Ddep.cc158 ERROR("%s:%d: *** target file `%s' has both : and :: entries.", in AddRule()
305 ERROR("*** No targets."); in Build()
Deval.cc314 ERROR("%s:%d: %s", LOCF(loc_), msg.c_str()); in Error()
Dninja.cc118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str()); in GetDepfileFromCommandImpl()
147 ERROR("Cannot find removal of .d file: %s", cmd->c_str()); in GetDepfileFromCommand()
Dfunc.cc526 ERROR("FindEmulator is broken: %s\n%s\nvs\n%s", in ShellFuncImpl()
554 ERROR("%s:%d: kati doesn't support passing results of $(shell) " in ShellFunc()
/build/tools/fs_get_stats/
Dfs_get_stats.c10 #define ERROR(fmt,args...) \ macro
47 ERROR("Invalid arguments\n"); in main()
54 ERROR("current permissions must be a number. Got '%s'.\n", argv[1]); in main()
/build/core/
DMakefile2083 echo SDK: $(if $(SDK_GNU_ERROR),ERROR:,warning:) \