Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc77 char fwBinName[256]; in hal_fd_init() local
90 if (!GetStrValue(NAME_STNFC_FW_BIN_NAME, (char *)fwBinName, in hal_fd_init()
91 sizeof(fwBinName))) { in hal_fd_init()
95 strcpy(fwBinName, "/st21nfc_fw.bin"); in hal_fd_init()
108 strncat(FwPath, fwBinName, sizeof(FwPath) - strlen(FwPath) - 1); in hal_fd_init()
128 STLOG_HAL_D("%s - %s not detected", __func__, fwBinName); in hal_fd_init()
130 STLOG_HAL_D("%s - %s file detected\n", __func__, fwBinName); in hal_fd_init()