Home
last modified time | relevance | path

Searched refs:context_copy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/debug/
Dstack_trace_win.cc195 CONTEXT context_copy; in InitTrace() local
196 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
197 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
219 &stack_frame, &context_copy, NULL, in InitTrace()
/external/libchrome/base/
Dmd5.cc267 MD5Context context_copy; in MD5IntermediateFinal() local
268 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal()
269 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
/external/selinux/libsepol/src/
Dexpand.c2103 static int context_copy(context_struct_t * dst, context_struct_t * src, in context_copy() function
2168 if (context_copy(&n->context[0], &c->context[0], in ocontext_copy_xen()
2214 if (context_copy in ocontext_copy_selinux()
2248 if (context_copy(&n->context[0], &c->context[0], state)) { in ocontext_copy_selinux()
2314 context_copy(&newc->context[0], &c->context[0], state); in genfs_copy()