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 109 char *s = xabspath(file, 1);
  /external/toybox/toys/lsb/
umount.c 138 char *abs = xabspath(*optargs, 0);
mount.c 362 if (*mm->device == '/') s = xabspath(mm->device, 0);
  /external/toybox/lib/
lib.h 122 char *xabspath(char *path, int exact);
xwrap.c 341 char *xabspath(char *path, int exact) function

Completed in 55 milliseconds