Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1121 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(wpfx) + 50/*misc*/; in VG_() local
1122 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB); in VG_()
1123 VG_(snprintf)(mashed, mashedSzB, "%s/drive_%c%s", in VG_()
1125 vg_assert(mashed[mashedSzB-1] == 0); in VG_()
1133 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(home) + 50/*misc*/; in VG_() local
1134 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB); in VG_()
1135 VG_(snprintf)(mashed, mashedSzB, "%s/.wine/drive_%c%s", in VG_()
1137 vg_assert(mashed[mashedSzB-1] == 0); in VG_()