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

/external/valgrind/coregrind/
H A Dm_options.c266 HChar *absout = VG_(malloc)("options.efn.4", len); local
267 VG_(strcpy)(absout, base_dir);
268 VG_(strcat)(absout, "/");
269 VG_(strcat)(absout, out);
271 out = absout;

Completed in 277 milliseconds