Searched refs:xabspath (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/other/ |
D | readlink.c | 35 s = xabspath(*arg, (toys.optflags&(FLAG_f|FLAG_e))-1); in readlink_main()
|
D | losetup.c | 106 char *f_path = xabspath(file, 1);
|
/external/toybox/toys/lsb/ |
D | umount.c | 138 char *abs = xabspath(*optargs, 0); in umount_main()
|
D | mount.c | 394 if (*mm->device == '/') s = xabspath(mm->device, 0); in mount_main()
|
/external/toybox/lib/ |
D | lib.c | 1028 char *s1 = xabspath(dir, 1), *s2 = xabspath(file, -1), *ss = s2; in fileunderdir() 1043 if (!(from = xabspath(from, -1))) return 0; in relative_path() 1044 if (!(to = xabspath(to, -1))) goto error; in relative_path()
|
D | lib.h | 169 char *xabspath(char *path, int exact);
|
D | xwrap.c | 537 char *xabspath(char *path, int exact) in xabspath() function
|
/external/toybox/toys/posix/ |
D | tar.c | 395 if (!(ss = s = xabspath(name, -1-isdir))) { in dirflush() 827 TT.cwd = xabspath(s = xgetcwd(), 1); in tar_main()
|
/external/toybox/toys/pending/ |
D | sh.c | 2084 if ((pp = xabspath(dd, 1)) && stat(pp, &st) && !S_ISDIR(st.st_mode)) in cd_main()
|