Lines Matching defs:ERROR
87 #define ERROR(x...) ALOGE(x)
102 /* Pseudo-error constant used to indicate that no fuse status is needed
286 ERROR("Zero refcnt %p\n", node);
380 ERROR("opendir %s failed: %s\n", path, strerror(errno));
448 ERROR("Failed to open(%s): %s\n", path, strerror(errno));
549 ERROR("No more inode numbers available");
592 * in case an error occurs part way */
676 hdr.error = err;
688 hdr.error = 0;
698 ERROR("*** REPLY FAILED *** %d\n", errno);
756 hdr.error = FUSE_NOTIFY_DELETE;
774 ERROR("*** NOTIFY FAILED *** %d\n", errno);
969 ERROR("Failed to touch(%s): %s\n", nomedia, strerror(errno));
977 ERROR("Failed to touch(%s): %s\n", nomedia, strerror(errno));
1429 ERROR("Fuse kernel version mismatch: Kernel version %d.%d, Expected at least %d.6",
1589 ERROR("[%d] someone stole our marbles!\n", handler->token);
1592 ERROR("[%d] handle_fuse_requests: errno=%d\n", handler->token, errno);
1597 ERROR("[%d] request too short: len=%zu\n", handler->token, (size_t)len);
1603 ERROR("[%d] malformed header: len=%zu, hdr->len=%u\n",
1618 TRACE("[%d] ERROR %d\n", handler->token, res);
1646 ERROR("failed to open package list: %s\n", strerror(errno));
1676 ERROR("inotify_init failed: %s\n", strerror(errno));
1687 ERROR("missing packages.list; retrying\n");
1691 ERROR("inotify_add_watch failed: %s\n", strerror(errno));
1699 ERROR("read_package_list failed: %s\n", strerror(errno));
1710 ERROR("failed to read inotify event: %s\n", strerror(errno));
1733 ERROR("usage: sdcard [OPTIONS] <source_path> <label>\n"
1748 ERROR("failed to open fuse device: %s\n", strerror(errno));
1759 ERROR("failed to mount fuse filesystem: %s\n", strerror(errno));
1845 ERROR("failed to fuse_setup\n");
1855 ERROR("failed to fuse_setup\n");
1862 ERROR("cannot setgroups: %s\n", strerror(errno));
1866 ERROR("cannot setgid: %s\n", strerror(errno));
1870 ERROR("cannot setuid: %s\n", strerror(errno));
1881 ERROR("failed to pthread_create\n");
1886 ERROR("terminated prematurely\n");
1933 ERROR("too many arguments\n");
1939 ERROR("no source path specified\n");
1943 ERROR("no label specified\n");
1947 ERROR("uid and gid must be nonzero\n");
1954 ERROR("Error setting RLIMIT_NOFILE, errno = %d\n", errno);
1958 ERROR("installd fs upgrade not yet complete. Waiting...\n");