Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dhaiku.c44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath()
/libuv/src/win/
H A Dfs.c1559 WCHAR* find_path; in fs__opendir() local
1564 find_path = NULL; in fs__opendir()
1587 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()
1588 if (find_path == NULL) { in fs__opendir()
1593 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()
1594 dir->dir_handle = FindFirstFileW(find_path, &dir->find_data); in fs__opendir()
1595 uv__free(find_path); in fs__opendir()
1596 find_path = NULL; in fs__opendir()
1610 uv__free(find_path); in fs__opendir()
H A Dprocess.c785 static WCHAR* find_path(WCHAR *env) { in find_path() function
974 path = find_path(env); in uv_spawn()

Completed in 19 milliseconds