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

  /external/toybox/toys/other/
mountpoint.c 51 xstat(arg, &st2);
losetup.c 159 xstat(TT.jfile, &st);
  /external/toybox/toys/posix/
touch.c 106 xstat(TT.file, &st);
date.c 187 xstat(TT.file, &st);
find.c 410 xstat(ss[1], &st);
ps.c 887 xstat(toybuf, &st);
    [all...]
  /external/strace/
sys_func.h 307 extern SYS_FUNC(xstat);
file.c 469 SYS_FUNC(xstat)
  /external/toybox/lib/
lib.h 134 void xstat(char *path, struct stat *st);
xwrap.c 390 void xstat(char *path, struct stat *st) function
  /external/toybox/toys/pending/
lsof.c 444 xstat(toys.optargs[i], &(TT.sought_files[i]));

Completed in 996 milliseconds