Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dfs.c263 uint64_t* target_len_ptr) { in fs__wide_to_utf8() argument
280 if (target_len_ptr != NULL) { in fs__wide_to_utf8()
281 *target_len_ptr = target_len; in fs__wide_to_utf8()
310 uint64_t* target_len_ptr) { in fs__readlink_handle() argument
440 return fs__wide_to_utf8(w_target, w_target_len, target_ptr, target_len_ptr); in fs__readlink_handle()