Lines Matching refs:pdbAltPath
1253 while (cursor < ctx.config.pdbAltPath.size()) { in parsePDBAltPath()
1255 if ((firstMark = ctx.config.pdbAltPath.find('%', cursor)) == in parsePDBAltPath()
1257 (secondMark = ctx.config.pdbAltPath.find('%', firstMark + 1)) == in parsePDBAltPath()
1260 buf.append(ctx.config.pdbAltPath.substr(cursor)); in parsePDBAltPath()
1266 buf.append(ctx.config.pdbAltPath.substr(cursor, firstMark - cursor)); in parsePDBAltPath()
1268 ctx.config.pdbAltPath.substr(firstMark, secondMark - firstMark + 1); in parsePDBAltPath()
1282 ctx.config.pdbAltPath = buf; in parsePDBAltPath()
1679 config->pdbAltPath = arg->getValue(); in linkerMain()
2336 if (config->pdbAltPath.empty()) { in linkerMain()
2337 config->pdbAltPath = config->pdbPath; in linkerMain()
2342 sys::fs::make_absolute(config->pdbAltPath); in linkerMain()
2343 sys::path::remove_dots(config->pdbAltPath); in linkerMain()