Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp39 static char sPrePatchFn[MAX_BUFFER+1]; variable
417 findPatchramFile(FW_PRE_PATCH, sPrePatchFn, sizeof(sPatchFn)); in StartPatchDownload()
422 if (sPrePatchFn[0] != '\0') in StartPatchDownload()
424 if ((fd = fopen(sPrePatchFn, "rb")) != NULL) in StartPatchDownload()
433 … ALOGD("%s Setting I2C fix to %s (size: %lu)", __FUNCTION__, sPrePatchFn, lenPrmBuffer); in StartPatchDownload()
448 ALOGE("%s Unable to open i2c fix patchfile %s", __FUNCTION__, sPrePatchFn); in StartPatchDownload()