Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtask.h59 # define TEST_PIPENAME_2 "\\\\?\\pipe\\uv-test2" macro
63 # define TEST_PIPENAME_2 "/tmp/uv-test-sock2" macro
Dtest-pipe-bind-error.c104 r = uv_pipe_bind(&server, TEST_PIPENAME_2); in TEST_IMPL()
Drunner.c184 remove(TEST_PIPENAME_2); in run_test()
Dtest-ipc-send-recv.c216 r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2); in run_ipc_send_recv_pipe()