Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dfs.c2604 static ssize_t fs__realpath_handle(HANDLE handle, char** realpath_ptr) { in fs__realpath_handle() argument
2647 assert(*realpath_ptr == NULL); in fs__realpath_handle()
2648 r = uv_utf16_to_wtf8(w_realpath_ptr, w_realpath_len, realpath_ptr, NULL); in fs__realpath_handle()
/third_party/node/deps/uv/src/win/
H A Dfs.c2619 static ssize_t fs__realpath_handle(HANDLE handle, char** realpath_ptr) { in fs__realpath_handle() argument
2662 r = fs__wide_to_utf8(w_realpath_ptr, w_realpath_len, realpath_ptr, NULL); in fs__realpath_handle()

Completed in 8 milliseconds