Searched refs:TEST_PIPENAME_2 (Results 1 – 4 of 4) sorted by relevance
54 # define TEST_PIPENAME_2 "\\\\.\\pipe\\uv-test2" macro58 # define TEST_PIPENAME_2 "/data/local/tmp/uv-test-sock2" macro62 # define TEST_PIPENAME_2 "/tmp/uv-test-sock2" macro
105 r = uv_pipe_bind(&server, TEST_PIPENAME_2); in TEST_IMPL()
166 remove(TEST_PIPENAME_2); in run_test()
220 r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2); in run_ipc_send_recv_pipe()
Completed in 7 milliseconds