Searched refs:countAfterRemove (Results 1 – 1 of 1) sorted by relevance
178 uint32_t countAfterRemove = count - 1; /* count > 1 */ in RemoveUid() local179 if (memcpy_s(data + sizeof(uint32_t), sizeof(countAfterRemove), in RemoveUid()180 &countAfterRemove, sizeof(countAfterRemove)) != EOK) { in RemoveUid()