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

  /external/toybox/toys/other/
readlink.c 34 else s = xreadlink(*toys.optargs);
  /external/toybox/lib/
lib.h 145 char *xreadlink(char *name);
xwrap.c 595 char *xreadlink(char *name) function
  /external/toybox/toys/pending/
lsof.c 320 fi->name = xreadlink(toybuf);
netstat.c 427 link = xreadlink(link_name);