Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dget_device_node.cpp24 const std::string DEVICES_INFO_PATH = "/proc/bus/input/devices"; variable
89 if (realpath(DEVICES_INFO_PATH.c_str(), realPath) == nullptr) { in ReadDeviceFile()
90 MMI_HILOGE("The path is error, path:%{public}s", DEVICES_INFO_PATH.c_str()); in ReadDeviceFile()
93 FILE* fp = fopen(DEVICES_INFO_PATH.c_str(), "r"); in ReadDeviceFile()
95 MMI_HILOGW("Open file:%{public}s failed", DEVICES_INFO_PATH.c_str()); in ReadDeviceFile()
104 MMI_HILOGW("Close file:%{public}s failed", DEVICES_INFO_PATH.c_str()); in ReadDeviceFile()