Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dcore.c1806 int uv__search_path(const char* prog, char* buf, size_t* buflen) { in uv__search_path() argument
1827 if (strchr(prog, '/') != NULL) { in uv__search_path()
1828 if (realpath(prog, abspath) != abspath) in uv__search_path()
1857 snprintf(trypath, sizeof(trypath) - 1, "%s/%s", token, prog); in uv__search_path()
H A Dinternal.h334 int uv__search_path(const char* prog, char* buf, size_t* buflen);

Completed in 9 milliseconds