Searched refs:contextBufPtr (Results 1 - 2 of 2) sorted by relevance
/developtools/syscap_codec/include/ |
H A D | context_tool.h | 42 int32_t GetFileContext(const char *inputFile, char **contextBufPtr, uint32_t *bufferLen); 43 int32_t CheckFileAndGetFileContext(const char *inputFile, char **contextBufPtr, uint32_t *bufferLen);
|
/developtools/syscap_codec/src/ |
H A D | context_tool.c | 40 int32_t GetFileContext(const char *inputFile, char **contextBufPtr, uint32_t *bufferLen) in GetFileContext() argument 90 *contextBufPtr = contextBuffer; in GetFileContext() 95 int32_t CheckFileAndGetFileContext(const char *inputFile, char **contextBufPtr, uint32_t *bufferLen) in CheckFileAndGetFileContext() argument 101 int32_t ret = GetFileContext(inputFile, contextBufPtr, bufferLen); in CheckFileAndGetFileContext()
|
Completed in 1 milliseconds