Home | History | Annotate | Download | only in m_syswrap

Lines Matching full:child_argv

3449    { // Make 'child_argv' be a pointer to the child's arg vector
3451 const HChar** child_argv = (const HChar**)ARG4;
3452 if (child_argv && child_argv[0] == NULL)
3453 child_argv = NULL;
3454 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG2, child_argv );