Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-realpath.c59 char *resolved_path = alloc (); in do_test() local
60 char *ret = realpath ("/", resolved_path); in do_test()
63 resolved_path = alloc (); in do_test()
64 ret = realpath ("/", resolved_path); in do_test()
65 dealloc (resolved_path); in do_test()