Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc78 char fwConfName[256]; in hal_fd_init() local
98 if (!GetStrValue(NAME_STNFC_FW_CONF_NAME, (char *)fwConfName, in hal_fd_init()
99 sizeof(fwConfName))) { in hal_fd_init()
103 strcpy(fwConfName, "/st21nfc_conf.bin"); in hal_fd_init()
109 strncat(ConfPath, fwConfName, sizeof(ConfPath) - strlen(ConfPath) - 1); in hal_fd_init()