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

1 2 3

  /external/strace/linux/crisv10/
arch_sigreturn.c 7 perror_msg("sigreturn: PTRACE_GETREGS");
  /external/toybox/toys/other/
partprobe.c 24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed");
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);
fsync.c 26 perror_msg("can't sync '%s'", name);
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);
readahead.c 31 if (rc) perror_msg("readahead: %s", name);
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);
shred.c 104 if (unlink(*try)) perror_msg("unlink '%s'", *try);
  /external/toybox/toys/posix/
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'",
mkdir.c 53 perror_msg("'%s'", *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/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/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'");
getty.c 135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)");
140 if (setsid() < 0) perror_msg("setsid failed");
282 perror_msg(utmperr);
291 perror_msg(utmperr);
tar.c 219 perror_msg("readlink");
257 perror_msg("can't open '%s'", name);
382 perror_msg("can't remove: %s",file_hdr->name);
389 perror_msg("can't link '%s' -> '%s'",file_hdr->name, file_hdr->link_target);
398 if (dst_fd == -1) perror_msg("%s: can't open", file_hdr->name);
402 perror_msg("%s: can't create", file_hdr->name);
406 perror_msg("can't link '%s' -> '%s'",file_hdr->name, file_hdr->link_target);
412 perror_msg("can't create '%s'", file_hdr->name);
438 perror_msg("chown %d:%d '%s'", u, g, file_hdr->name);;
  /external/toybox/lib/
password.c 123 perror_msg("Couldn't open file %s",filename);
139 if (ret < 0) perror_msg("Couldn't lock file %s",filename);
192 perror_msg("File Writing/Saving failed: ");
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);
  /external/strace/
util.c 1061 perror_msg("process_vm_readv");
1084 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%lx",
1107 perror_msg("umoven: short read (%u < %u) @0x%lx",
1113 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%lx",
1256 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1262 perror_msg("process_vm_readv");
1287 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1314 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1320 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1346 perror_msg("upeek: PTRACE_PEEKUSER pid:%d @0x%lx)", pid, off)
    [all...]

Completed in 357 milliseconds

1 2 3