Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_uart.cpp40 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()
Ddaemon_uart.h63 std::string devPath; variable
/developtools/hdc/test/unittest/common/
Ddaemon_uart_test.cpp143 EXPECT_EQ(daemonUART.devPath.empty(), true);