Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc90 char ConfPath[256]; in hal_fd_init() local
121 strcpy(ConfPath, FwPath); in hal_fd_init()
123 strncat(ConfPath, fwConfName, sizeof(ConfPath) - strlen(ConfPath) - 1); in hal_fd_init()
125 STLOG_HAL_D("%s - FW config binary file = %s", __func__, ConfPath); in hal_fd_init()
160 if ((mCustomFileBin = fopen((char *)ConfPath, "r")) == NULL) { in hal_fd_init()
163 STLOG_HAL_D("%s - %s file detected\n", __func__, ConfPath); in hal_fd_init()