HomeSort by: relevance | last modified time | path
    Searched refs:TEST_PIPENAME_2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
task.h 54 # define TEST_PIPENAME_2 "\\\\.\\pipe\\uv-test2"
58 # define TEST_PIPENAME_2 "/data/local/tmp/uv-test-sock2"
62 # define TEST_PIPENAME_2 "/tmp/uv-test-sock2"
test-pipe-bind-error.c 105 r = uv_pipe_bind(&server, TEST_PIPENAME_2);
runner.c 180 remove(TEST_PIPENAME_2);
test-ipc-send-recv.c 220 r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2);

Completed in 20 milliseconds