Searched defs:mashedSzB (Results 1 - 1 of 1) sorted by relevance

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

Completed in 106 milliseconds