Home
last modified time | relevance | path

Searched refs:xabspath (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/other/
Dreadlink.c45 s = xabspath(*arg, (toys.optflags&(FLAG_f|FLAG_e))-1); in readlink_main()
Dlosetup.c106 char *f_path = xabspath(file, 1);
/external/toybox/toys/lsb/
Dumount.c138 char *abs = xabspath(*optargs, 0); in umount_main()
Dmount.c394 if (*mm->device == '/') s = xabspath(mm->device, 0); in mount_main()
/external/toybox/toys/posix/
Ddf.c97 *dsuapm = *mt->device == '/' ? xabspath(mt->device, 0) : 0; in show_mt()
Dtar.c402 if (!(ss = s = xabspath(name, -1-isdir))) { in dirflush()
837 TT.cwd = xabspath(s = xgetcwd(), 1); in tar_main()
/external/toybox/lib/
Dlib.c1071 char *s1 = xabspath(dir, 1), *s2 = xabspath(file, -1), *ss = s2; in fileunderdir()
1086 if (!(from = xabspath(from, -1))) return 0; in relative_path()
1087 if (!(to = xabspath(to, -1))) goto error; in relative_path()
Dlib.h170 char *xabspath(char *path, int exact);
Dxwrap.c554 char *xabspath(char *path, int exact) in xabspath() function
/external/toybox/toys/pending/
Dsh.c3799 if ((pp = xabspath(dd, 1)) && stat(pp, &st) && !S_ISDIR(st.st_mode)) in cd_main()