Searched refs:modeStr (Results 1 – 2 of 2) sorted by relevance
52 std::string modeStr; in WritePortFile() local57 modeStr = PORT_MODE_HOST_STR; in WritePortFile()61 modeStr = PORT_MODE_DEVICE_STR; in WritePortFile()67 if (modeStr.empty()) { in WritePortFile()72 uint32_t len = modeStr.size(); in WritePortFile()89 int32_t ret = write(fd, modeStr.c_str(), len); in WritePortFile()
1511 const char *modeStr = strTable[mode]; in FillHwprivIoctlData() local1520 …if (strncpy_s(ioctlData->data.point.buf, ioctlData->data.point.length, modeStr, strlen(modeStr)) !… in FillHwprivIoctlData()