Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c5867 #define WINE_TEST_PIPE "\\\\.\\pipe\\WineTestPipe" macro
5905 pipe = CreateNamedPipeA(WINE_TEST_PIPE, creation_access[i].open_mode, in test_named_pipe_security()
5918 pipe = CreateNamedPipeA(WINE_TEST_PIPE, PIPE_ACCESS_DUPLEX | FILE_FLAG_FIRST_PIPE_INSTANCE, in test_named_pipe_security()
5926 file = CreateFileA(WINE_TEST_PIPE, FILE_ALL_ACCESS, 0, NULL, OPEN_EXISTING, 0, 0); in test_named_pipe_security()