Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc92 char fwConfName[256]; in hal_fd_init() local
112 if (!GetStrValue(NAME_STNFC_FW_CONF_NAME, (char *)fwConfName, in hal_fd_init()
113 sizeof(fwConfName))) { in hal_fd_init()
117 strcpy(fwConfName, "/st21nfc_conf.bin"); in hal_fd_init()
123 strncat(ConfPath, fwConfName, sizeof(ConfPath) - strlen(ConfPath) - 1); in hal_fd_init()