Searched refs:name_has_ext (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
H A D | process.c | 253 int name_has_ext) { in path_search_walk_ext() 257 if (name_has_ext) { in path_search_walk_ext() 343 int name_has_ext; in search_path() local 369 name_has_ext = (dot != NULL && dot[1] != L'\0'); in search_path() 377 name_has_ext || (flags & UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME)); in search_path() 387 name_has_ext); in search_path() 437 name_has_ext); in search_path() 247 path_search_walk_ext(const WCHAR *dir, size_t dir_len, const WCHAR *name, size_t name_len, WCHAR *cwd, size_t cwd_len, int name_has_ext) path_search_walk_ext() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 263 int name_has_ext) { in path_search_walk_ext() 267 if (name_has_ext) { in path_search_walk_ext() 351 int name_has_ext; in search_path() local 377 name_has_ext = (dot != NULL && dot[1] != L'\0'); in search_path() 385 name_has_ext); in search_path() 394 name_has_ext); in search_path() 443 name_has_ext); in search_path() 257 path_search_walk_ext(const WCHAR *dir, size_t dir_len, const WCHAR *name, size_t name_len, WCHAR *cwd, size_t cwd_len, int name_has_ext) path_search_walk_ext() argument
|
Completed in 6 milliseconds