Lines Matching refs:outputPath
1257 std::string outputPath;
1283 if (!outputPath.empty()) {
1287 outputPath = optarg;
1385 if (outputPath.empty()) {
1391 if (outputPath.back() != '/') {
1392 outputPath += "/";
1398 if (outputPath.empty()) {
1399 outputPath = coordinator.getRootPath();
1401 if (outputPath.back() != '/') {
1402 outputPath += "/";
1409 outputPath.clear(); // Unused.
1413 coordinator.setOutputPath(outputPath);