Home
last modified time | relevance | path

Searched refs:devRealPath (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp177 char devRealPath[PATH_MAX + 1] = { '\0' }; in OpenInputDevice() local
178 if (realpath(devPath.c_str(), devRealPath) == nullptr) { in OpenInputDevice()
183 int32_t nodeFd = open(devRealPath, O_RDWR | O_CLOEXEC | O_NONBLOCK); in OpenInputDevice()
186 devRealPath, errno, strerror(errno)); in OpenInputDevice()

Completed in 2 milliseconds