Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-dlopen-self.c47 char *full_path = realpath (argv[0], NULL); in do_test() local
48 check_dlopen_failure (full_path); in do_test()
49 free (full_path); in do_test()
/glibc-2.36/io/
Dtst-lchmod.c61 select_path (bool do_relative_path, const char *full_path, const char *relative_path) in select_path() argument
66 return full_path; in select_path()