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()
1573 WCHAR* find_path; in fs__opendir() local1578 find_path = NULL; in fs__opendir()1601 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()1602 if (find_path == NULL) { in fs__opendir()1607 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()1608 dir->dir_handle = FindFirstFileW(find_path, &dir->find_data); in fs__opendir()1609 uv__free(find_path); in fs__opendir()1610 find_path = NULL; in fs__opendir()1624 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 16 milliseconds