Home
last modified time | relevance | path

Searched refs:xgetcwd (Results 1 – 4 of 4) sorted by relevance

/external/toybox/lib/
Dxwrap.c566 char *xgetcwd(void) in xgetcwd() function
599 splitpath(path, splitpath(str = xgetcwd(), &todo)); in xabspath()
Dlib.h157 char *xgetcwd(void);
Dlib.c258 cwd = xgetcwd(); in find_in_path()
/external/toybox/toys/posix/
Dtar.c1039 TT.cwd = xabspath(s = xgetcwd(), ABS_PATH); in tar_main()