Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1278 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(wpfx) + 50/*misc*/; in VG_() local
1279 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB); in VG_()
1280 VG_(snprintf)(mashed, mashedSzB, "%s/drive_%c%s", in VG_()
1282 vg_assert(mashed[mashedSzB-1] == 0); in VG_()
1290 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(home) + 50/*misc*/; in VG_() local
1291 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB); in VG_()
1292 VG_(snprintf)(mashed, mashedSzB, "%s/.wine/drive_%c%s", in VG_()
1294 vg_assert(mashed[mashedSzB-1] == 0); in VG_()