Searched refs:pFileName (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c69 static uint8_t* readLocalFile(const char* pFileName, uint32_t* pnBufferSize, bool bIsString) argument
81 if (stat(pFileName, &statFile) != 0)
83 printf("Cannot read '%s' !\n", pFileName);
102 pFile = fopen(pFileName, "rb");
105 printf("Cannot open '%s' !\n", pFileName);
113 printf("Cannot read bytes from '%s' [%i] !\n", pFileName, nBytesRead);
123 printf("Cannot close '%s' !\n", pFileName);
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c69 static uint8_t* readLocalFile(const char* pFileName, uint32_t* pnBufferSize, bool bIsString) argument
81 if (stat(pFileName, &statFile) != 0)
83 printf("Cannot read '%s' !\n", pFileName);
102 pFile = fopen(pFileName, "rb");
105 printf("Cannot open '%s' !\n", pFileName);
113 printf("Cannot read bytes from '%s' [%i] !\n", pFileName, nBytesRead);
123 printf("Cannot close '%s' !\n", pFileName);
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c427 static char pFileName[50]; local
432 sprintf( pFileName , "/data/ctrlAlloc%i.txt", c++);
433 FILE* pF = fopen(pFileName,"w");

Completed in 114 milliseconds