Home | History | Annotate | Download | only in init

Lines Matching full:strerror

286                       getpid(), svc->ioprio_class, svc->ioprio_pri, strerror(errno));
311 ERROR("setgid failed: %s\n", strerror(errno));
317 ERROR("setgroups failed: %s\n", strerror(errno));
323 ERROR("setuid failed: %s\n", strerror(errno));
329 ERROR("cannot setexeccon('%s'): %s\n", svc->seclabel, strerror(errno));
336 ERROR("cannot execve('%s'): %s\n", svc->args[0], strerror(errno));
619 ERROR("Failed to open /dev/hw_random: %s\n", strerror(errno));
627 ERROR("Failed to open /dev/urandom: %s\n", strerror(errno));
635 ERROR("Failed to read from /dev/hw_random: %s\n", strerror(errno));
644 ERROR("Failed to write to /dev/urandom: %s\n", strerror(errno));
875 strerror(errno));