Searched refs:pipeName (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_pipe.h27 * snprintf(invite, sizeof invite, "%s", pipeName);
34 * now read()/write() to communicate with <pipeName> service in the
102 extern void goldfish_pipe_add_type(const char* pipeName,
H A Dgoldfish_pipe.c77 goldfish_pipe_add_type(const char* pipeName, argument
88 list->services[count].name = pipeName;
96 goldfish_pipe_find_type(const char* pipeName) argument
103 if (!strcmp(list->services[nn].name, pipeName)) {
280 char* pipeName; local
291 pipeName = pcon->buffer + 5;
292 pipeArgs = strchr(pipeName, ':');
299 const PipeService* svc = goldfish_pipe_find_type(pipeName);
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp46 String pipeName; local
50 pipeName = String::format("\\\\.\\pipe\\com.apple.WebKit.%x", uniqueID);
52 serverIdentifier = ::CreateNamedPipe(pipeName.charactersWithNullTermination(),
67 clientIdentifier = ::CreateFileW(pipeName.charactersWithNullTermination(), GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, 0);

Completed in 570 milliseconds