Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-pipe-connect-prepare.c30 # define BAD_PIPENAME "bad-pipe" macro
32 # define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" macro
60 uv_pipe_connect(&conn_req, &pipe_handle, BAD_PIPENAME, connect_cb); in prepare_cb()
H A Dtest-pipe-connect-error.c29 # define BAD_PIPENAME "bad-pipe" macro
31 # define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" macro
68 uv_pipe_connect(&req, &client, BAD_PIPENAME, connect_cb); in TEST_IMPL()
H A Dtest-pipe-bind-error.c29 # define BAD_PIPENAME "bad-pipe" macro
31 # define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" macro
83 r = uv_pipe_bind(&server, BAD_PIPENAME); in TEST_IMPL()

Completed in 6 milliseconds