Home
last modified time | relevance | path

Searched refs:uv__fs_pathmax_size (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c643 static ssize_t uv__fs_pathmax_size(const char* path) { in uv__fs_pathmax_size() function
660 maxlen = uv__fs_pathmax_size(req->path); in uv__fs_readlink()
678 maxlen = uv__fs_pathmax_size(req->path); in uv__fs_readlink()
723 len = uv__fs_pathmax_size(req->path); in uv__fs_realpath()
/third_party/node/deps/uv/src/unix/
H A Dfs.c696 static ssize_t uv__fs_pathmax_size(const char* path) { in uv__fs_pathmax_size() function
713 maxlen = uv__fs_pathmax_size(req->path); in uv__fs_readlink()
731 maxlen = uv__fs_pathmax_size(req->path); in uv__fs_readlink()
776 len = uv__fs_pathmax_size(req->path); in uv__fs_realpath()

Completed in 6 milliseconds