Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DAndroidPipe.cpp225 char* pipeArgs2 = strchr(pipeArgs + 1, ':'); in onGuestSend() local
226 if (pipeArgs2) { in onGuestSend()
227 *pipeArgs2 = '\0'; in onGuestSend()
231 pipeArgs = pipeArgs2; in onGuestSend()
232 } else if (pipeArgs2) { in onGuestSend()
234 *pipeArgs2 = ':'; in onGuestSend()