Home | History | Annotate | Download | only in coregrind

Lines Matching refs:outfilename

375 static VgFile* xt_open (const HChar* outfilename)
379 fp = VG_(fopen)(outfilename, VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
384 outfilename);
427 const HChar* outfilename,
433 VgFile* fp = xt_open(outfilename);
827 (const HChar* outfilename,
833 VgFile* fp = xt_open(outfilename);