Searched refs:query_file_path (Results 1 – 1 of 1) sorted by relevance
657 std::string query_file_path; member790 command_line_options.query_file_path = optarg; in ParseCommandLineOptions()836 command_line_options.query_file_path.empty() && in ParseCommandLineOptions()915 util::Status RunQueries(const std::string& query_file_path, in RunQueries() argument918 base::ScopedFstream file(fopen(query_file_path.c_str(), "r")); in RunQueries()921 query_file_path.c_str()); in RunQueries()983 if (!options.query_file_path.empty()) { in RunMetrics()1097 if (!options.query_file_path.empty()) { in TraceProcessorMain()1098 RETURN_IF_ERROR(RunQueries(options.query_file_path, true)); in TraceProcessorMain()