Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/newlib/
Drealpath.c25 char * realpath(const char *file_name, char *resolved_name) in realpath() argument
27 char * out_path = resolved_name; in realpath()
104 if (resolved_name == NULL) { in realpath()