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

/system/core/libnl_2/
H A Dhandlers.c39 struct nl_cb *nl_cb_clone(struct nl_cb *orig) argument
48 memcpy(new_cb, orig, sizeof(*orig));
/system/security/keystore/
H A Dkeystore.cpp87 Value(const uint8_t* orig, int origLen) { argument
89 memcpy(value, orig, origLen);
102 ValueString(const Value* orig) { argument
104 length = orig->length;
106 memcpy(value, orig->value, length);

Completed in 220 milliseconds