HomeSort by relevance Sort by last modified time
    Searched refs:perror_msg (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/toybox/toys/other/
partprobe.c 24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed");
fsync.c 26 perror_msg("can't sync '%s'", name);
readahead.c 31 if (rc) perror_msg("readahead: %s", name);
switch_root.c 82 perror_msg("bad console '%s'", TT.console);
91 perror_msg("mount");
97 perror_msg("chroot");
103 perror_msg("chdir");
113 perror_msg("Failed to exec '%s'", *cmdline);
makedevs.c 94 perror_msg("can't create directory '%s'", ptr);
99 perror_msg("line %d: file '%s' does not exist", line_no, ptr);
103 perror_msg("line %d: can't create node '%s'", line_no, ptr);
108 perror_msg("line %d: can't chown/chmod '%s'", line_no, ptr);
chcon.c 33 perror_msg("'%s' to %s", path, con);
lsattr.c 106 if (ext2_getflag(fd, &sb, &flag) < 0) perror_msg("reading flags '%s'", path);
135 LABEL1: perror_msg("reading '%s'", path);
172 if (lstat(*toys.optargs, &sb)) perror_msg("stat '%s'", *toys.optargs);
273 perror_msg("read flags of '%s'", fpath);
280 perror_msg("setting flags '%s'", fpath);
286 perror_msg("setting flags '%s'", fpath);
290 perror_msg("while setting version on '%s'", fpath);
truncate.c 51 if (ftruncate(fd, size)) perror_msg("'%s' to '%lld'", name, size);
oneit.c 105 perror_msg("%s not in PATH=%s", *toys.optargs, getenv("PATH"));
shred.c 104 if (unlink(*try)) perror_msg("unlink '%s'", *try);
lspci.c 126 perror_msg("could not open PCI ID db");
  /external/toybox/toys/android/
setenforce.c 31 if (ret == -1) perror_msg("Couldn't set enforcing status to '%s'", new);
restorecon.c 45 perror_msg("restorecon failed: %s", *s);
  /external/strace/linux/crisv10/
arch_sigreturn.c 7 perror_msg("sigreturn: PTRACE_GETREGS");
  /external/toybox/toys/posix/
mkdir.c 53 perror_msg("'%s'", *s);
ln.c 63 if (unlink(new)) perror_msg("unlink '%s'", new);
74 if (rc && unlink(new)) perror_msg("unlink '%s'", new);
81 perror_msg("cannot create %s link from '%s' to '%s'",
renice.c 46 perror_msg("setpriority %d", id);
cpio.c 136 perror_msg("mkpath '%s'", name);
158 perror_msg("create %s", name);
241 if (st.st_size >> 32) perror_msg("skipping >2G file '%s'", name);
260 else perror_msg("readlink '%s'", name);
266 if (!error++) perror_msg("bad read from file '%s'", name);
  /external/toybox/toys/pending/
ipcrm.c 57 perror_msg("key (%s)", name);
66 if (ret < 0) perror_msg("%s (%s)", ((key)? "key": "id"), name);
userdel.c 46 perror_msg("Couldn't lock file %s",filename);
86 perror_msg("File Writing/Saving failed: ");
iconv.c 46 perror_msg("read '%s'");
ipcs.c 56 perror_msg("msgctl");
84 perror_msg("semctl");
124 perror_msg("shmctl");
157 perror_msg("kernel not configured for shared memory");
260 perror_msg("kernel is not configured for semaphores");
346 perror_msg("kernel not configured for message queue");
  /external/strace/linux/x86_64/
get_scno.c 116 perror_msg("ptrace_peektext failed");
  /external/toybox/lib/
dirtree.c 60 perror_msg("%s%s%s", path, parent ? "/" : "", name);
145 perror_msg("No %s", path);
  /external/toybox/toys/lsb/
killall.c 56 if (!(toys.optflags & FLAG_q)) perror_msg("pid %d", (int)pid);

Completed in 599 milliseconds

1 2 3