Searched refs:devPath (Results 1 – 3 of 3) sorted by relevance
/developtools/hdc/src/daemon/ |
D | daemon_uart.cpp | 40 devPath = devPathIn; in Initial() 42 if (access(devPath.c_str(), F_OK) != 0) { in Initial() 43 … WRITE_LOG(LOG_DEBUG, "uartMod Disable, path is %s and errno is %d.", devPath.c_str(), errno); in Initial() 139 if ((uartHandle = open(devPath.c_str(), O_RDWR | O_NOCTTY | O_NDELAY)) < 0) { in OpenUartDevice() 140 WRITE_LOG(LOG_WARN, "%s: cannot open uartHandle: errno=%d", devPath.c_str(), errno); in OpenUartDevice()
|
D | daemon_uart.h | 63 std::string devPath; variable
|
/developtools/hdc/test/unittest/common/ |
D | daemon_uart_test.cpp | 143 EXPECT_EQ(daemonUART.devPath.empty(), true);
|