HomeSort by relevance Sort by last modified time
    Searched full:pfilename (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/asus/flo/conn_init/
wfc_util_fctrl.h 25 void wfc_util_fset_buffer(char *pFileName, int positionStart, unsigned char *pNewValue, int newValueLength);
33 extern int wfc_util_fget_buffer(char *pFileName, int positionStart, int lengthToRead, unsigned char *pValueBuff, int buffLength);
38 * The following format string will be added or updated to the file pFileName.
41 * pFileName : file name and path
49 extern void wfc_util_fset_string(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pNewValueString);
54 * Read value from the following format string in the file pFileName.
57 * pFileName : file name and path
67 extern int wfc_util_fget_string(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pValueStringBuff, int stringBuffLength);
74 * pFileName : file name and path
wfc_util_fctrl.c 202 void wfc_util_fset_buffer(char *pFileName, int positionStart, unsigned char *pNewValue, int newValueLength)
208 fd = open( pFileName, O_RDWR );
263 int wfc_util_fget_buffer(char *pFileName, int positionStart, int lengthToRead, unsigned char *pValueBuff, int buffLength)
271 fd = open( pFileName, O_RDONLY );
332 * The following format string will be added or updated to the file pFileName.
335 * pFileName : file name and path
343 void wfc_util_fset_string(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pNewValueString)
351 fd = open( pFileName, O_RDWR );
454 * Read value from the following format string in the file pFileName.
457 * pFileName : file name and pat
    [all...]
  /device/lge/mako/conn_init/
wfc_util_fctrl.h 25 void wfc_util_fset_buffer(char *pFileName, int positionStart, unsigned char *pNewValue, int newValueLength);
33 extern int wfc_util_fget_buffer(char *pFileName, int positionStart, int lengthToRead, unsigned char *pValueBuff, int buffLength);
38 * The following format string will be added or updated to the file pFileName.
41 * pFileName : file name and path
49 extern void wfc_util_fset_string(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pNewValueString);
54 * Read value from the following format string in the file pFileName.
57 * pFileName : file name and path
67 extern int wfc_util_fget_string(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pValueStringBuff, int stringBuffLength);
74 * pFileName : file name and path
wfc_util_fctrl.c 202 void wfc_util_fset_buffer(char *pFileName, int positionStart, unsigned char *pNewValue, int newValueLength)
208 fd = open( pFileName, O_RDWR );
263 int wfc_util_fget_buffer(char *pFileName, int positionStart, int lengthToRead, unsigned char *pValueBuff, int buffLength)
271 fd = open( pFileName, O_RDONLY );
332 * The following format string will be added or updated to the file pFileName.
335 * pFileName : file name and path
343 void wfc_util_fset_string(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pNewValueString)
351 fd = open( pFileName, O_RDWR );
454 * Read value from the following format string in the file pFileName.
457 * pFileName : file name and pat
    [all...]
  /frameworks/compile/libbcc/lib/Support/
Sha1Util.cpp 29 const char *pFilename) {
30 InputFile file(pFilename);
34 "calculation! (%s)", pFilename, file.getErrorMessage().c_str());
InputFile.cpp 23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags)
24 : super(pFilename, pFlags) { }
OutputFile.cpp 27 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags)
28 : super(pFilename, pFlags) { }
FileBase.cpp 45 FileBase::FileBase(const std::string &pFilename,
50 mName(pFilename), mOpenFlags(pOpenFlags),
  /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/libbcc/include/bcc/Support/
InputFile.h 28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
File.h 50 File(const std::string &pFilename, unsigned pFlags)
51 : FileBase(pFilename, FileAttribute<OpenMode>::kOpenFlags, pFlags) { }
OutputFile.h 32 OutputFile(const std::string &pFilename, unsigned pFlags = 0);
Sha1Util.h 40 const char *pFilename);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 56 DyldSymbolResolver::DyldSymbolResolver(const char *pFileName,
64 mHandle = ::dlopen(pFileName, flags);
70 ::strlen(pFileName) + 1;
77 ::snprintf(mError, error_length, DYLD_ERROR_MSG_PATTERN, pFileName,
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 22 MemoryArea::MemoryArea(llvm::StringRef pFilename)
25 llvm::MemoryBuffer::getFile(pFilename, /*FileSize*/ -1,
29 fatal(diag::fatal_cannot_read_input) << pFilename.str();
raw_ostream.cpp 38 mcld::raw_fd_ostream::raw_fd_ostream(const char *pFilename,
41 : llvm::raw_fd_ostream(pFilename, pErrorInfo, pFlags),
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h 39 // If pFileName is NULL, it will search symbol in the current process image.
40 DyldSymbolResolver(const char *pFileName, bool pLazyBinding = true);
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
sst_stub.c 251 SST_ERROR SST_EXPORT_API SSTOpen(const char* pFilename,
269 nErrorCode = static_SSTCheckFileName(pFilename);
284 sOperation.params[1].tmpref.buffer = (void*)pFilename;
285 sOperation.params[1].tmpref.size = strlen(pFilename);
494 SST_ERROR SST_EXPORT_API SSTGetSize(const char* pFilename,
502 if ((pFilename == NULL) || (pnSize == NULL))
507 nError = static_SSTCheckFileName(pFilename);
522 sOperation.params[1].tmpref.buffer = (void*)pFilename;
523 sOperation.params[1].tmpref.size = strlen(pFilename);
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c 252 SST_ERROR SST_EXPORT_API SSTOpen(const char* pFilename,
270 nErrorCode = static_SSTCheckFileName(pFilename);
285 sOperation.params[1].tmpref.buffer = (void*)pFilename;
286 sOperation.params[1].tmpref.size = strlen(pFilename);
495 SST_ERROR SST_EXPORT_API SSTGetSize(const char* pFilename,
503 if ((pFilename == NULL) || (pnSize == NULL))
508 nError = static_SSTCheckFileName(pFilename);
523 sOperation.params[1].tmpref.buffer = (void*)pFilename;
524 sOperation.params[1].tmpref.size = strlen(pFilename);
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 30 explicit MemoryArea(llvm::StringRef pFilename);
  /external/chromium_org/native_client_sdk/src/tools/
decode_dump.py 70 pfilename = os.path.join(path, nmf_url)
71 if os.path.exists(pfilename):
72 return pfilename
  /external/chromium_org/third_party/mesa/src/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,
  /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,
  /hardware/ti/omap4-aah/security/tf_sdk/include/
sst.h 117 SST_ERROR SST_EXPORT_API SSTOpen(const char* pFilename,
140 SST_ERROR SST_EXPORT_API SSTGetSize(const char* pFilename,

Completed in 1208 milliseconds

1 2 3