HomeSort by relevance Sort by last modified time
    Searched refs:xstat (Results 1 - 10 of 10) sorted by null

  /external/toybox/toys/other/
mountpoint.c 52 xstat(arg, &st2);
losetup.c 159 xstat(TT.jfile, &st);
  /external/toybox/toys/pending/
gzip.c 109 if (both_files) xstat(in_name, &sb);
146 if (both_files) xstat(in_name, &sb);
lsof.c 450 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i);
  /external/toybox/toys/posix/
touch.c 107 xstat(TT.file, &st);
date.c 180 xstat(TT.file, &st);
find.c 415 xstat(ss[1], &st);
ps.c     [all...]
  /external/toybox/lib/
lib.h 159 void xstat(char *path, struct stat *st);
xwrap.c 464 void xstat(char *path, struct stat *st) function

Completed in 1212 milliseconds