Searched refs:fwLoadingPath (Results 1 – 1 of 1) sorted by relevance
29 char fwLoadingPath[PATH_MAX] = {}; in HandleFimwareDeviceEvent() local31 … if (snprintf_s(fwLoadingPath, PATH_MAX, PATH_MAX - 1, "/sys%s/loading", uevent->syspath) == -1) { in HandleFimwareDeviceEvent()36 realpath(fwLoadingPath, realPath); in HandleFimwareDeviceEvent()39 INIT_LOGE("Failed to open %s, err = %d", fwLoadingPath, errno); in HandleFimwareDeviceEvent()