Searched refs:mosiFile (Results 1 – 2 of 2) sorted by relevance
60 gOpts.mosiFile = (char*)"Mosi.bin"; in setOpts()114 if (NULL == (gOpts.fMosi = fopen(gOpts.mosiFile, "wb"))) { in init()115 ALOGD("ERROR: Cannot open %s file for writing!\n", gOpts.mosiFile); in init()758 ALOGD("ERROR: %s dummy write returned %d, expected %d\n", gOpts.mosiFile, ret, sz); in phHbci_GetApdu()
335 char* mosiFile; member