Searched refs:TEST_PIPENAME_2 (Results 1 – 4 of 4) sorted by relevance
59 # define TEST_PIPENAME_2 "\\\\?\\pipe\\uv-test2" macro63 # define TEST_PIPENAME_2 "/tmp/uv-test-sock2" macro
104 r = uv_pipe_bind(&server, TEST_PIPENAME_2); in TEST_IMPL()
184 remove(TEST_PIPENAME_2); in run_test()
216 r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2); in run_ipc_send_recv_pipe()