Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c730 ssize_t pathmax; in uv__fs_pathmax_size() local
732 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size()
734 if (pathmax == -1) in uv__fs_pathmax_size()
735 pathmax = UV__PATH_MAX; in uv__fs_pathmax_size()
737 return pathmax; in uv__fs_pathmax_size()

Completed in 8 milliseconds