Searched refs:DEVICES_INFO_PATH (Results 1 – 1 of 1) sorted by relevance
24 const std::string DEVICES_INFO_PATH = "/proc/bus/input/devices"; variable89 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()