HomeSort by relevance Sort by last modified time
    Searched refs:pFileName (Results 1 - 12 of 12) sorted by null

  /hardware/ti/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 69 static uint8_t* readLocalFile(const char* pFileName, uint32_t* pnBufferSize, bool bIsString)
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/
smc_pa_ctrl_linux.c 69 static uint8_t* readLocalFile(const char* pFileName, uint32_t* pnBufferSize, bool bIsString)
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);
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 168 const std::string& pFileName,
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 237 const std::string& pFileName,
241 m_FileName(pFileName),
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 128 void ScriptFile::addOutputCmd(const std::string& pFileName) {
129 m_CommandQueue.push_back(new OutputCmd(pFileName));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl 257 HRESULT D3D10CompileShader(LPCSTR pSrcData, SIZE_T SrcDataLen, LPCSTR pFileName, const D3D10_SHADER_MACRO* pDefines, LPD3D10INCLUDE pInclude,
264 HRESULT D3D10PreprocessShader(LPCSTR pSrcData, SIZE_T SrcDataSize, LPCSTR pFileName, const D3D10_SHADER_MACRO* pDefines,
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 109 void addOutputCmd(const std::string& pFileName);
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 427 static char pFileName[50];
432 sprintf( pFileName , "/data/ctrlAlloc%i.txt", c++);
433 FILE* pF = fopen(pFileName,"w");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
wtypes.h 818 LPOLESTR pFileName;
winbase.h     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 748 virtual void SetFileName(char* pFileName) = 0;
    [all...]

Completed in 748 milliseconds