Home
last modified time | relevance | path

Searched refs:contextBufPtr (Results 1 - 2 of 2) sorted by relevance

/developtools/syscap_codec/include/
H A Dcontext_tool.h42 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 Dcontext_tool.c40 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