Lines Matching refs:outputPath
1462 std::string outputPath;
1467 if (!outputPath.empty()) {
1471 outputPath = arg;
1534 if (outputPath.empty()) {
1540 if (outputPath.back() != '/') {
1541 outputPath += "/";
1547 if (outputPath.empty()) {
1548 outputPath = coordinator.getRootPath();
1550 if (outputPath.back() != '/') {
1551 outputPath += "/";
1558 outputPath.clear(); // Unused.
1562 coordinator.setOutputPath(outputPath);