Home
last modified time | relevance | path

Searched refs:xabspath (Results 1 - 11 of 11) sorted by relevance

/third_party/toybox/toys/other/
H A Dreadlink.c35 s = xabspath(*arg, (toys.optflags&(FLAG_f|FLAG_e))-1); in readlink_main()
H A Dlosetup.c106 char *f_path = xabspath(file, ABS_PATH); in loopback_setup()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c107 char *abs = xabspath(*optargs, 0); in umount_main()
H A Dmount.c325 if (*mm->device == '/') s = xabspath(mm->device, 0); in mount_main()
/third_party/toybox/toys/lsb/
H A Dumount.c138 char *abs = xabspath(*optargs, 0); in umount_main()
H A Dmount.c394 if (*mm->device == '/') s = xabspath(mm->device, 0); in mount_main()
/third_party/toybox/lib/
H A Dlib.c1072 // Return pointer to xabspath(file) if file is under dir, else 0
1075 char *s1 = xabspath(dir, 1), *s2 = xabspath(file, -1), *ss = s2; in fileunderdir()
H A Dlib.h117 // xabspath flags
174 char *xabspath(char *path, int exact);
H A Dxwrap.c529 char *xabspath(char *path, int exact) in xabspath() function
/third_party/toybox/toys/posix/
H A Dtar.c395 ss = s = xabspath(name, -1); in dirflush()
820 TT.cwd = xabspath(s = xgetcwd(), 1); in tar_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h169 char *xabspath(char *path, int exact);

Completed in 12 milliseconds