Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp40 static char sPatchFn[MAX_BUFFER+1]; variable
416 findPatchramFile(FW_PATCH, sPatchFn, sizeof(sPatchFn)); in StartPatchDownload()
417 findPatchramFile(FW_PRE_PATCH, sPrePatchFn, sizeof(sPatchFn)); in StartPatchDownload()
457 if (sPatchFn[0] != '\0') in StartPatchDownload()
462 if ((fd = fopen(sPatchFn, "rb")) != NULL) in StartPatchDownload()
465 …ALOGD("%s Downloading patchfile %s (size: %lu) format=%u", __FUNCTION__, sPatchFn, lenPrmBuffer, N… in StartPatchDownload()
487 ALOGE("%s Unable to open patchfile %s", __FUNCTION__, sPatchFn); in StartPatchDownload()