Searched refs:nodeRealPath (Results 1 – 1 of 1) sorted by relevance
576 char nodeRealPath[PATH_MAX + 1] = { '\0' }; in InotifyEventHandler() local586 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()