isPacketMode       50 plugin/ipc/file/fileconnection.cpp static ssize_t ptmxWriteAll(int fd, const void *buf, bool isPacketMode);
isPacketMode      190 plugin/ipc/file/fileconnection.cpp static ssize_t writeOnePacket(int fd, const void *origBuf, bool isPacketMode)
isPacketMode      200 plugin/ipc/file/fileconnection.cpp   if (count == 1 && isPacketMode)
isPacketMode      214 plugin/ipc/file/fileconnection.cpp static ssize_t ptmxWriteAll(int fd, const void *buf, bool isPacketMode)
isPacketMode      219 plugin/ipc/file/fileconnection.cpp   while ((rc = writeOnePacket(fd,(char *)buf+cum_count, isPacketMode))