Searched refs:pFileName (Results 1 – 1 of 1) sorted by relevance
69 static uint8_t* readLocalFile(const char* pFileName, uint32_t* pnBufferSize, bool bIsString) in readLocalFile() argument81 if (stat(pFileName, &statFile) != 0) in readLocalFile()83 printf("Cannot read '%s' !\n", pFileName); in readLocalFile()102 pFile = fopen(pFileName, "rb"); in readLocalFile()105 printf("Cannot open '%s' !\n", pFileName); in readLocalFile()113 printf("Cannot read bytes from '%s' [%i] !\n", pFileName, nBytesRead); in readLocalFile()123 printf("Cannot close '%s' !\n", pFileName); in readLocalFile()