Searched refs:ERROR (Results 1 - 9 of 9) sorted by relevance

/system/core/fastboot/
H A Dprotocol.c36 static char ERROR[128]; variable
40 return ERROR;
52 sprintf(ERROR, "status read failed (%s)", strerror(errno));
59 sprintf(ERROR, "status malformed (%d bytes)", r);
78 sprintf(ERROR, "remote: %s", status + 4);
80 strcpy(ERROR, "remote failure");
88 strcpy(ERROR, "data size too large");
95 strcpy(ERROR,"unknown status code");
115 sprintf(ERROR,"command too large");
120 sprintf(ERROR,"comman
[all...]
/system/core/init/
H A Dproperty_service.c259 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
267 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
365 ERROR("Unable to recieve socket options\n");
372 ERROR("sys_prop: mis-match msg size recieved: %d expected: %d\n",
386 ERROR("sys_prop: Unable to %s service ctl [%s] uid: %d pid:%d\n",
393 ERROR("sys_prop: permission denied uid:%d name:%s\n",
475 ERROR("Unable to read persistent property file %s errno: %d\n", path, errno);
479 ERROR("Unable to open persistent property file %s errno: %d\n", path, errno);
484 ERROR("Unable to open persistent property directory %s errno: %d\n", PERSISTENT_PROPERTY_DIR, errno);
H A Dinit.c136 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno));
183 ERROR("service '%s' requires console\n", svc->name);
189 ERROR("cannot find '%s', disabling '%s'\n", svc->args[0], svc->name);
195 ERROR("service '%s' must be one-shot to use dynamic args, disabling\n",
230 ERROR("Failed to set pid %d ioprio = %d,%d: %s\n",
266 ERROR("cannot execve('%s'): %s\n", svc->args[0], strerror(errno));
290 ERROR("failed to start '%s'\n", svc->name);
350 ERROR("untracked pid %d exited\n", pid);
386 ERROR("critical process '%s' exited %d times in %d minutes; "
461 ERROR("n
[all...]
H A Dutil.c124 ERROR("Failed to open socket '%s': %s\n", name, strerror(errno));
135 ERROR("Failed to unlink old socket '%s': %s\n", name, strerror(errno));
141 ERROR("Failed to bind socket '%s': %s\n", name, strerror(errno));
H A Dinit.h35 #define ERROR(x...) log_write(3, "<3>init: " x) macro
H A Dlogo.c118 ERROR("cannot open '%s'\n", fn);
H A Dparser.c100 ERROR("%s", buf);
547 ERROR("property name too long in trigger %s", act->name);
H A Dbuiltins.c346 ERROR("out of loopback devices");
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
99 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }

Completed in 559 milliseconds