Searched refs:pathmax (Results 1 – 1 of 1) sorted by relevance
730 ssize_t pathmax; in uv__fs_pathmax_size() local732 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 7 milliseconds