Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1273 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(wpfx) + 50/*misc*/; in VG_() local
1274 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB); in VG_()
1275 VG_(snprintf)(mashed, mashedSzB, "%s/drive_%c%s", in VG_()
1277 vg_assert(mashed[mashedSzB-1] == 0); in VG_()
1285 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(home) + 50/*misc*/; in VG_() local
1286 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB); in VG_()
1287 VG_(snprintf)(mashed, mashedSzB, "%s/.wine/drive_%c%s", in VG_()
1289 vg_assert(mashed[mashedSzB-1] == 0); in VG_()