Home
last modified time | relevance | path

Searched refs:exepath_size (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-process-title.c89 size_t exepath_size; in TEST_IMPL() local
99 exepath_size = sizeof(exepath) - 1; in TEST_IMPL()
100 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
101 exepath[exepath_size] = '\0'; in TEST_IMPL()
H A Dbenchmark-spawn.c35 static size_t exepath_size = 1024; variable
143 r = uv_exepath(exepath, &exepath_size); in BENCHMARK_IMPL()
145 exepath[exepath_size] = '\0'; in BENCHMARK_IMPL()
H A Dtest-stdio-over-pipes.c30 static size_t exepath_size = 1024; variable
64 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
66 exepath[exepath_size] = '\0'; in init_process_options()
H A Dtest-ref.c404 size_t exepath_size; in TEST_IMPL() local
410 exepath_size = sizeof(exepath); in TEST_IMPL()
412 r = uv_exepath(exepath, &exepath_size); in TEST_IMPL()
H A Dtest-ipc.c284 size_t exepath_size; in spawn_helper() local
294 exepath_size = sizeof(exepath); in spawn_helper()
295 r = uv_exepath(exepath, &exepath_size); in spawn_helper()
298 exepath[exepath_size] = '\0'; in spawn_helper()
H A Dtest-spawn.c50 static size_t exepath_size = 1024; variable
161 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
163 exepath[exepath_size] = '\0'; in init_process_options()
1408 (int) (exepath_size - sizeof(".exe") + 1), in TEST_IMPL()
2087 exepath_size = sizeof(exepath) - 2; in TEST_IMPL()
2088 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
2089 exepath[exepath_size] = '\0'; in TEST_IMPL()
/libuv/src/unix/
H A Dopenbsd.c65 size_t exepath_size; in uv_exepath() local
98 exepath_size = strlen(argsbuf[0]); in uv_exepath()
99 if (*size > exepath_size) in uv_exepath()
100 *size = exepath_size; in uv_exepath()
H A Ddarwin.c70 uint32_t exepath_size; in uv_exepath() local
76 exepath_size = sizeof(exepath); in uv_exepath()
77 if (_NSGetExecutablePath(exepath, &exepath_size)) in uv_exepath()

Completed in 15 milliseconds