Home
last modified time | relevance | path

Searched refs:GetFileContext (Results 1 – 5 of 5) sorted by relevance

/developtools/syscap_codec/include/
Dcontext_tool.h42 int32_t GetFileContext(const char *inputFile, char **contextBufPtr, uint32_t *bufferLen);
/developtools/syscap_codec/src/
Dcontext_tool.c40 int32_t GetFileContext(const char *inputFile, char **contextBufPtr, uint32_t *bufferLen) in GetFileContext() function
152 if (GetFileContext(inputFile, &contextBuffer, &bufferLen)) { in CheckRpcidFormat()
Dcreate_pcid.c242 int32_t ret = GetFileContext(inputFile, &contextBuffer, (uint32_t *)&contextBufLen); in CreatePCID()
460 ret = GetFileContext(inputFile, &freePcidJsonInfo.contextBuffer, (uint32_t *)&contextBufLen); in DecodePCID()
678 if (GetFileContext(input, &ctx, (uint32_t *)&fileContextLen) != 0) { in DecodeStringPCIDToJson()
828 ret = GetFileContext(inputFile, &freePcidInfo.contextBuffer, (uint32_t *)&bufferLen); in EncodePcidscToString()
Dsyscap_tool.c144 ret = GetFileContext(inputFile, &contextBuffer, &bufferLen); in RPCIDEncode()
678 if (GetFileContext(pcidFile, &pcidContent, &pcidContentLen)) { in ComparePcidWithRpcidString()
682 if (GetFileContext(rpcidFile, &rpcidContent, &rpcidContentLen)) { in ComparePcidWithRpcidString()
/developtools/syscap_codec/interfaces/inner_api/
Dsyscap_interface.c92 ret = GetFileContext(g_pcidPath, &contextBuffer, &bufferLen); in EncodeOsSyscap()
116 ret = GetFileContext(g_pcidPath, &contextBuffer, &bufferLen); in EncodePrivateSyscap()