Searched refs:sqlOperatorFilePath (Results 1 – 2 of 2) sorted by relevance
45 std::string sqlOperatorFilePath = "../../test/resource/query_single_file.sql"; variable50 EXPECT_EQ(ts.ReadSqlFileAndPrintResult(sqlOperatorFilePath), true);61 std::string sqlOperatorFilePath = "../../test/resource/query_multi_file.sql"; variable66 EXPECT_EQ(ts.ReadSqlFileAndPrintResult(sqlOperatorFilePath), true);77 std::string sqlOperatorFilePath = "../../test/resource/query_single_file_no_space.sql"; variable82 EXPECT_EQ(ts.ReadSqlFileAndPrintResult(sqlOperatorFilePath), true);93 std::string sqlOperatorFilePath = "../../test/resource/query_multi_file_no_space.sql"; variable98 EXPECT_EQ(ts.ReadSqlFileAndPrintResult(sqlOperatorFilePath), true);
359 std::string sqlOperatorFilePath; member373 traceExportOption.sqlOperatorFilePath.empty() && traceExportOption.outputFilePath.empty() && in CheckFinal()431 traceExportOption.sqlOperatorFilePath = std::string(argv[index]); in CheckAndSetSqlQueryFilePath()769 if (!traceExportOption.sqlOperatorFilePath.empty()) { in main()770 ts.ReadSqlFileAndPrintResult(traceExportOption.sqlOperatorFilePath); in main()