Home | History | Annotate | Download | only in coregrind

Lines Matching refs:clo_n_fullpath_after

648          if (VG_(clo_n_fullpath_after) >= VG_CLO_MAX_FULLPATH_AFTER) {
653 VG_(clo_fullpath_after)[VG_(clo_n_fullpath_after)] = tmp_str;
654 VG_(clo_n_fullpath_after)++;