Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
H A Dsyscap_tool.c180 uint32_t convertedBufLen = sizeof(RPCIDHead); in RPCIDEncode() local
181 convertedBufLen += (DOUBLE_SPACE * sizeof(uint16_t) + sysCapSize * SINGLE_FEAT_LEN); in RPCIDEncode()
182 char *convertedBuffer = (char *) malloc(convertedBufLen); in RPCIDEncode()
188 (void) memset_s(convertedBuffer, convertedBufLen, 0, convertedBufLen); in RPCIDEncode()
194 ret = ConvertedContextSaveAsFile(outputPath, "rpcid.sc", convertedBuffer, convertedBufLen); in RPCIDEncode()

Completed in 2 milliseconds