Searched refs:find_path (Results 1 – 3 of 3) sorted by relevance
44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath()
1560 WCHAR* find_path; in fs__opendir() local1565 find_path = NULL; in fs__opendir()1588 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()1589 if (find_path == NULL) { in fs__opendir()1594 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()1595 dir->dir_handle = FindFirstFileW(find_path, &dir->find_data); in fs__opendir()1596 uv__free(find_path); in fs__opendir()1597 find_path = NULL; in fs__opendir()1611 uv__free(find_path); in fs__opendir()
785 static WCHAR* find_path(WCHAR *env) { in find_path() function974 path = find_path(env); in uv_spawn()
Completed in 21 milliseconds