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

1 2 3 4

  /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);
setfattr.c 39 if (rc) perror_msg("%s", *s);
lsattr.c 109 if (ext2_getflag(fd, &sb, &flag) < 0) perror_msg("reading flags '%s'", path);
138 LABEL1: perror_msg("reading '%s'", path);
175 if (lstat(*toys.optargs, &sb)) perror_msg("stat '%s'", *toys.optargs);
276 perror_msg("read flags of '%s'", fpath);
283 perror_msg("setting flags '%s'", fpath);
289 perror_msg("setting flags '%s'", fpath);
293 perror_msg("while setting version on '%s'", fpath);
truncate.c 51 if (ftruncate(fd, size)) perror_msg("'%s' to '%lld'", name, size);
  /external/strace/
upoke.c 37 perror_msg("upoke: PTRACE_POKEUSER pid:%d @%#lx)",
error_prints.h 45 void perror_msg(const char *fmt, ...) ATTRIBUTE_FORMAT((printf, 1, 2));
62 perror_msg(__VA_ARGS__); \
69 perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
upeek.c 47 perror_msg("upeek: PTRACE_PEEKUSER pid:%d @0x%lx)",
ucopy.c 130 perror_msg("umoven: short read (%u < %u) @0x%" PRI_klx,
136 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%" PRI_klx,
190 perror_msg("process_vm_readv: pid:%d @0x%" PRI_klx,
226 perror_msg("umovestr: short read (%d < %d) @0x%" PRI_klx,
232 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%" PRI_klx,
313 perror_msg("umovestr: short read (%d < %d) @0x%" PRI_klx,
321 perror_msg("process_vm_readv: pid:%d @0x%" PRI_klx,
  /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/aarch64/
set_scno.c 19 perror_msg("arch_set_scno: NT_ARM_SYSTEM_CALL pid:%d scno:%#x",
  /external/strace/linux/arm/
set_scno.c 15 perror_msg("arch_set_scno: PTRACE_SET_SYSCALL pid:%d scno:%#x",
  /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 138 perror_msg("mkpath '%s'", name);
160 perror_msg("create %s", name);
243 if (st.st_size >> 32) perror_msg("skipping >2G file '%s'", name);
263 else perror_msg("readlink '%s'", name);
269 if (!error++) perror_msg("bad read from file '%s'", name);
  /external/toybox/toys/pending/
gzip.c 95 if (len>0 || err == Z_ERRNO) perror_msg(dd ? "write" : "read");
99 if (gzclose(gz) != Z_OK) perror_msg("gzclose"), err++;
122 perror_msg("%s", arg);
148 if (!(toys.optflags&FLAG_k)) if (unlink(arg)) perror_msg("unlink %s", arg);
getfattr.c 46 if (keys_len == -1) perror_msg("listxattr failed");
74 if (value_len == -1) perror_msg("getxattr failed");
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: ");

Completed in 148 milliseconds

1 2 3 4