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

  /external/toybox/toys/other/
readlink.c 33 s = xabspath(*toys.optargs, toys.optflags & FLAG_e);
losetup.c 102 char *s = xabspath(file, 1);
  /external/toybox/toys/lsb/
umount.c 138 char *abs = xabspath(*optargs, 0);
mount.c 372 if (*mm->device == '/') s = xabspath(mm->device, 0);
  /external/toybox/lib/
lib.h 160 char *xabspath(char *path, int exact);
xwrap.c 471 char *xabspath(char *path, int exact) function

Completed in 144 milliseconds