Home
last modified time | relevance | path

Searched refs:find_path (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/src/unix/
H A Dhaiku.c25 #include <FindDirectory.h> /* find_path() */
44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath()
/third_party/node/deps/uv/src/unix/
H A Dhaiku.c25 #include <FindDirectory.h> /* find_path() */
44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath()
/third_party/littlefs/scripts/
H A Dtest.py666 def find_path(runner_, id, **args): function
1107 path, lineno = find_path(runner_, failure.id, **args)
1153 path, lineno = find_path(runner_, failure.id, **args)
1160 path, lineno = find_path(runner_, failure.id, **args)
1166 path, lineno = find_path(runner_, failure.id, **args)
1178 path, lineno = find_path(runner_, failure.id, **args)
1190 path, lineno = find_path(runner_, failure.id, **args)
H A Dbench.py649 def find_path(runner_, id, **args): function
1107 path, lineno = find_path(runner_, failure.id, **args)
1150 path, lineno = find_path(runner_, failure.id, **args)
1157 path, lineno = find_path(runner_, failure.id, **args)
/third_party/libuv/src/win/
H A Dfs.c1502 WCHAR* find_path; in fs__opendir() local
1507 find_path = NULL; in fs__opendir()
1530 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()
1531 if (find_path == NULL) { in fs__opendir()
1536 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()
1537 dir->dir_handle = FindFirstFileW(find_path, &dir->find_data); in fs__opendir()
1538 uv__free(find_path); in fs__opendir()
1539 find_path = NULL; in fs__opendir()
1553 uv__free(find_path); in fs__opendir()
H A Dprocess.c804 static WCHAR* find_path(WCHAR *env) { in find_path() function
993 path = find_path(env); in uv_spawn()
/third_party/node/deps/uv/src/win/
H A Dfs.c1579 WCHAR* find_path; in fs__opendir() local
1584 find_path = NULL; in fs__opendir()
1607 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()
1608 if (find_path == NULL) { in fs__opendir()
1613 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()
1614 dir->dir_handle = FindFirstFileW(find_path, &dir->find_data); in fs__opendir()
1615 uv__free(find_path); in fs__opendir()
1616 find_path = NULL; in fs__opendir()
1630 uv__free(find_path); in fs__opendir()
H A Dprocess.c833 static WCHAR* find_path(WCHAR *env) { in find_path() function
1019 path = find_path(env); in uv_spawn()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs1164 pub fn find_path( in find_path() functions

Completed in 18 milliseconds