Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:wpfx

1116       HChar* wpfx = VG_(getenv)("WINEPREFIX");
1117 if (is_quald && wpfx) {
1121 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(wpfx) + 50/*misc*/;
1124 wpfx, pdbname[0], &pdbname[2]);
1129 else if (is_quald && home && !wpfx) {