Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_options.c277 HChar *absout = VG_(malloc)("options.efn.4", len); in VG_() local
278 VG_(strcpy)(absout, base_dir); in VG_()
279 VG_(strcat)(absout, "/"); in VG_()
280 VG_(strcat)(absout, out); in VG_()
282 out = absout; in VG_()