HomeSort by relevance Sort by last modified time
    Searched defs:pipeName (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 46 String pipeName;
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);
  /development/tools/emulator/system/libqemu/
test_guest_2.c 53 const char* pipeName = NULL;
84 pipeName = argv[1];
110 if (tcpPort && pipeName) {
121 } else if (pipeName == NULL) {
123 pipeName = PIPE_NAME;
144 if (pipe_openQemuPipe(pipe, pipeName) < 0) {
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
148 printf("Connected to '%s' pipe\n", pipeName);
  /external/qemu/hw/
goldfish_pipe.c 82 goldfish_pipe_add_type(const char* pipeName,
93 if (strlen(pipeName) > MAX_PIPE_SERVICE_NAME_SIZE) {
94 APANIC("Pipe service name too long: '%s'", pipeName);
97 list->services[count].name = pipeName;
105 goldfish_pipe_find_type(const char* pipeName)
112 if (!strcmp(list->services[nn].name, pipeName)) {
389 char* pipeName;
400 pipeName = pcon->buffer + 5;
401 pipeArgs = strchr(pipeName, ':');
410 const PipeService* svc = goldfish_pipe_find_type(pipeName);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 711 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
716 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
724 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
730 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 711 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
716 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
724 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
730 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 711 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
716 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
724 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
730 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];

Completed in 316 milliseconds