Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dxwrap.c513 char *xgetcwd(void) in xgetcwd() function
537 char *temp = xgetcwd(); in xabspath()
Dlib.h172 char *xgetcwd(void);
Dlib.c253 cwd = xgetcwd(); in find_in_path()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h167 char *xgetcwd(void);
/third_party/toybox/toys/posix/
Dtar.c820 TT.cwd = xabspath(s = xgetcwd(), 1); in tar_main()