Searched refs:pDefaultFwFileName (Results 1 – 2 of 2) sorted by relevance
64 const char *pDefaultFwFileName = NULL; in init() local69 pDefaultFwFileName = default_prod_fw; in init()71 ALOGD("Invalid Prod Fw name keeping the default name: %s", pDefaultFwFileName); in init()72 default_fw_path += pDefaultFwFileName; in init()78 pDefaultFwFileName = default_dev_fw; in init()80 ALOGD("Invalid Dev Fw name keeping the default name: %s", pDefaultFwFileName); in init()81 default_fw_path += pDefaultFwFileName; in init()
190 const char *pDefaultFwFileName = NULL; in getFwImageCtx() local201 pDefaultFwFileName = default_dev_fw_bin; in getFwImageCtx()206 pDefaultFwFileName); in getFwImageCtx()207 strncat(pfwImageCtx->default_fw_path, pDefaultFwFileName, maxSrcLen); in getFwImageCtx()