Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.cpp56 int paramsSize = (int)strlen(params) + 1; in writeExecuteBinary() local
59 int totalSize = xs::MESSAGE_HEADER_SIZE + nameSize + paramsSize + workDirSize + caseListSize; in writeExecuteBinary()
63 dst.write(paramsSize, (const deUint8*)params); in writeExecuteBinary()

Completed in 1 milliseconds