Searched refs:pathmax (Results 1 – 1 of 1) sorted by relevance
718 ssize_t pathmax; in uv__fs_pathmax_size() local720 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size()722 if (pathmax == -1) in uv__fs_pathmax_size()723 pathmax = UV__PATH_MAX; in uv__fs_pathmax_size()725 return pathmax; in uv__fs_pathmax_size()