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

1 2

  /external/toybox/toys/other/
fsfreeze.c 26 int fd = xopenro(*toys.optargs);
blockdev.c 49 int fd = xopenro(*ss), i;
insmod.c 28 int fd = xopenro(*toys.optargs);
shred.c 45 TT.ufd = xopenro("/dev/urandom");
makedevs.c 50 fd = xopenro(TT.fname);
nsenter.c 156 if (setns(fd = xopenro(filename), flags[i])) perror_exit("setns");
  /external/toybox/toys/android/
load_policy.c 22 int fd = xopenro(*toys.optargs);
  /external/toybox/toys/posix/
uuencode.c 29 if (toys.optc > 1) fd = xopenro(toys.optargs[0]);
comm.c 51 file[i] = xopenro(toys.optargs[i]);
uudecode.c 33 if (toys.optc) ifd = xopenro(*toys.optargs);
patch.c 268 if (TT.infile) TT.filepatch = xopenro(TT.infile);
405 TT.filein = xopenro(name);
find.c 466 if (TT.topdir == -1) TT.topdir = xopenro(".");
  /external/toybox/toys/pending/
dumpleases.c 45 fd = xopenro(TT.file);
klogd.c 77 TT.fd = xopenro("/proc/kmsg"); //_PATH_KLOG in paths.h
crontab.c 117 int lno, fd = xopenro(fname);
217 fdin = xopenro(toybuf);
235 fdin = xopenro(src);
279 srcfd = xopenro(toybuf);
last.c 99 fd = xopenro(file);
arp.c 248 fd = xopenro("/proc/net/arp");
dd.c 159 else TT.in.fd = xopenro(TT.in.name);
tftp.c 384 fd = xopenro(TT.local_file);
modprobe.c 368 int fd = xopenro(modules);
  /external/toybox/toys/net/
rfkill.c 83 tvar = xopenro(toybuf);
  /external/toybox/lib/
password.c 27 i = xopenro("/dev/urandom");
lib.h 145 int xopenro(char *path);
xwrap.c 401 int xopenro(char *path) function
lib.c 1047 int fd = xopenro("/dev/urandom");

Completed in 4111 milliseconds

1 2