Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp437 char nodeRealPath[PATH_MAX + 1] = { '\0' }; in InotifyEventHandler() local
450 if (realpath(nodePath.c_str(), nodeRealPath) == nullptr) { in InotifyEventHandler()
454 tmpFd = open(nodeRealPath, O_RDWR); in InotifyEventHandler()
456 HDF_LOGE("%{public}s: open file failure: %{public}s", __func__, nodeRealPath); in InotifyEventHandler()