Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_options.c299 HChar *absout = VG_(malloc)("options.efn.4", len); in VG_() local
300 VG_(strcpy)(absout, base_dir); in VG_()
301 VG_(strcat)(absout, "/"); in VG_()
302 VG_(strcat)(absout, out); in VG_()
304 out = absout; in VG_()