Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-spawn.c1819 uv_process_options_t dummy_options = {0}; in TEST_IMPL() local
1832 dummy_options.file = args[0] = "program-that-had-better-not-exist"; in TEST_IMPL()
1834 dummy_options.args = args; in TEST_IMPL()
1835 dummy_options.exit_cb = fail_cb; in TEST_IMPL()
1836 dummy_options.flags = 0; in TEST_IMPL()
1838 r = uv_spawn(uv_default_loop(), &dummy_processes[i], &dummy_options); in TEST_IMPL()