Lines Matching refs:copyLen
594 size_t copyLen = permissionNode->section.gidCount;
598 copyLen = APP_MAX_GIDS - dacInfo->gidCount;
600 int ret = memcpy_s(&dacInfo->gidTable[dacInfo->gidCount], sizeof(gid_t) * copyLen,
601 permissionNode->section.gidTable, sizeof(gid_t) * copyLen);
608 dacInfo->gidCount += copyLen;
626 size_t copyLen = sandboxNode->section.gidCount;
632 copyLen = APP_MAX_GIDS - dacInfo->gidCount;
634 int ret = memcpy_s(&dacInfo->gidTable[dacInfo->gidCount], sizeof(gid_t) * copyLen,
635 sandboxNode->section.gidTable, sizeof(gid_t) * copyLen);
641 dacInfo->gidCount += copyLen;