Home | History | Annotate | Download | only in keystore

Lines Matching refs:destUid

920             int32_t destUid)
927 data.writeInt32(destUid);
1634 int32_t destUid = data.readInt32();
1635 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid);