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

/system/core/init/
H A Dlog.h22 #define ERROR(x...) KLOG_ERROR("init", x) macro
H A Dwatchdogd.c52 ERROR("watchdogd: Failed to open %s: %s\n", DEV_NAME, strerror(errno));
58 ERROR("watchdogd: Failed to set timeout to %d: %s\n", timeout, strerror(errno));
61 ERROR("watchdogd: Failed to get timeout: %s\n", strerror(errno));
67 ERROR("watchdogd: Adjusted interval to timeout returned by driver: timeout %d, interval %d, margin %d\n",
H A Dkeychords.c45 ERROR("could not allocate keychords\n");
77 ERROR("could not open /dev/keychord\n");
84 ERROR("could not configure /dev/keychord %d (%d)\n", ret, errno);
110 ERROR("could not read keychord id\n");
121 ERROR("service for keychord %d not found\n", id);
H A Dueventd.c139 ERROR("invalid line ueventd.rc line for '%s'\n", args[0]);
159 ERROR("invalid mode '%s'\n", args[1]);
166 ERROR("invalid uid '%s'\n", args[2]);
174 ERROR("invalid gid '%s'\n", args[3]);
H A Dinit.c189 ERROR("service '%s' requires console\n", svc->name);
195 ERROR("cannot find '%s', disabling '%s'\n", svc->args[0], svc->name);
201 ERROR("service '%s' must be one-shot to use dynamic args, disabling\n",
214 ERROR("could not get context while starting '%s'\n", svc->name);
220 ERROR("could not get context while starting '%s'\n", svc->name);
229 ERROR("could not get context while starting '%s'\n", svc->name);
293 ERROR("Failed to set pid %d ioprio = %d,%d: %s\n",
319 ERROR("setgid failed: %s\n", strerror(errno));
325 ERROR("setgroups failed: %s\n", strerror(errno));
331 ERROR("setui
[all...]
H A Dutil.c98 ERROR("Failed to open socket '%s': %s\n", name, strerror(errno));
109 ERROR("Failed to unlink old socket '%s': %s\n", name, strerror(errno));
124 ERROR("Failed to bind socket '%s': %s\n", name, strerror(errno));
163 ERROR("fstat failed for '%s'\n", fn);
167 ERROR("skipping insecure file '%s'\n", fn);
234 ERROR("too many mtd partitions\n");
275 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno));
299 ERROR("path too long for mkdir_recursive\n");
341 ERROR("Failed to create directory %s: %s (%d)\n", buf, strerror(errno), errno);
345 ERROR("Faile
[all...]
H A Dproperty_service.c331 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
339 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
428 ERROR("Unable to recieve socket options\n");
434 ERROR("sys_prop: mis-match msg size recieved: %d expected: %d errno: %d\n",
456 ERROR("sys_prop: Unable to %s service ctl [%s] uid:%d gid:%d pid:%d\n",
463 ERROR("sys_prop: permission denied uid:%d name:%s\n",
555 ERROR("Unable to read persistent property file %s errno: %d\n", path, errno);
559 ERROR("Unable to open persistent property file %s errno: %d\n", path, errno);
564 ERROR("Unable to open persistent property directory %s errno: %d\n", PERSISTENT_PROPERTY_DIR, errno);
H A Dsignal_handler.c60 ERROR("untracked pid %d exited\n", pid);
96 ERROR("critical process '%s' exited %d times in %d minutes; "
H A Dinit_parser.c242 ERROR("prop name too long during expansion of '%s'\n",
245 ERROR("unexpected end of string in '%s', looking for }\n",
255 ERROR("prop name too long in '%s'\n", src);
259 ERROR("using deprecated syntax for specifying property '%s', use ${name} instead\n",
264 ERROR("invalid zero-length prop name in '%s'\n", src);
270 ERROR("property '%s' doesn't exist while expanding '%s'\n",
286 ERROR("destination buffer overflow while expanding '%s'\n", src);
299 ERROR("single argument needed for import\n");
305 ERROR("error while handling import on line '%d' in '%s'\n",
395 ERROR("coul
[all...]
H A Dbuiltins.c446 ERROR("out of loopback devices");
494 ERROR("fs_mgr_mount_all returned an error\n");
557 ERROR("cannot expand '%s' while assigning to '%s'\n", value, name);
649 ERROR("cannot expand '%s' while writing to '%s'\n", value, path);
775 ERROR("setsebool: argument %s had no =\n", name);
785 ERROR("setsebool: invalid value %s\n", v);
H A Dparser.c65 ERROR("%s", buf);
H A Dlogo.c118 ERROR("cannot open '%s'\n", fn);
/system/core/fs_mgr/
H A Dfs_mgr_priv.h24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x) macro
H A Dfs_mgr.c90 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno));
156 ERROR("Warning: unknown flag %s\n", p);
245 ERROR("Cannot open file %s\n", fstab_path);
268 ERROR("No entries found in fstab\n");
298 ERROR("Tried to process more entries than counted\n");
303 ERROR("Error parsing mount source\n");
309 ERROR("Error parsing mnt_point\n");
315 ERROR("Error parsing fs_type\n");
321 ERROR("Error parsing mount_flags\n");
335 ERROR("Erro
[all...]
H A Dfs_mgr_main.c27 ERROR("%s: usage: %s <-a | -n mnt_point blk_dev | -u> <fstab_file>\n", me, me);
102 ERROR("%s: Internal error, unknown option\n", me);
/system/core/fastboot/
H A Dprotocol.c43 static char ERROR[128]; variable
47 return ERROR;
58 sprintf(ERROR, "status read failed (%s)", strerror(errno));
65 sprintf(ERROR, "status malformed (%d bytes)", r);
84 sprintf(ERROR, "remote: %s", status + 4);
86 strcpy(ERROR, "remote failure");
94 strcpy(ERROR, "data size too large");
101 strcpy(ERROR,"unknown status code");
120 sprintf(ERROR,"command too large");
125 sprintf(ERROR,"comman
[all...]
/system/media/camera/src/
H A Dcamera_metadata.c24 #define ERROR 1 macro
179 if (metadata == NULL) return ERROR;
185 if (metadata == NULL) return ERROR;
250 if (dst == NULL || src == NULL ) return ERROR;
252 if (dst->entry_capacity < src->entry_count + dst->entry_count) return ERROR;
253 if (dst->data_capacity < src->data_count + dst->data_count) return ERROR;
315 if (dst == NULL) return ERROR;
316 if (dst->entry_count == dst->entry_capacity) return ERROR;
317 if (data == NULL) return ERROR;
348 return ERROR;
[all...]
/system/core/sdcard/
H A Dsdcard.c68 #define ERROR(x...) fprintf(stderr,x) macro
175 ERROR("Zero refcnt %p\n", node);
259 ERROR("opendir %s failed: %s", path, strerror(errno));
463 ERROR("*** REPLY FAILED *** %d\n", errno);
1166 ERROR("[%d] handle_fuse_requests: errno=%d\n", handler->token, errno);
1172 ERROR("[%d] request too short: len=%zu\n", handler->token, (size_t)len);
1178 ERROR("[%d] malformed header: len=%zu, hdr->len=%u\n",
1193 TRACE("[%d] ERROR %d\n", handler->token, res);
1214 ERROR("cannot allocate storage for threads");
1227 ERROR("faile
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
98 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
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); }
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp32 #define ERROR 1 macro
324 EXPECT_EQ(ERROR, result);
344 EXPECT_EQ(ERROR, result);
596 EXPECT_EQ(ERROR, result);
654 EXPECT_EQ(ERROR, result);
698 EXPECT_EQ(ERROR, result);
724 EXPECT_EQ(ERROR, result);
743 EXPECT_EQ(ERROR, result);
974 EXPECT_EQ(ERROR, result);
1026 EXPECT_EQ(ERROR, resul
[all...]

Completed in 239 milliseconds