Home
last modified time | relevance | path

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

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