Searched refs:query_file_path (Results 1 – 1 of 1) sorted by relevance
656 std::string query_file_path; member815 command_line_options.query_file_path = optarg; in ParseCommandLineOptions()876 command_line_options.query_file_path.empty() && in ParseCommandLineOptions()959 base::Status RunQueries(const std::string& query_file_path, in RunQueries() argument962 base::ReadFile(query_file_path.c_str(), &queries); in RunQueries()1175 if (!options.query_file_path.empty()) in ParseOutputFormat()1375 if (!options.query_file_path.empty()) { in TraceProcessorMain()1376 RETURN_IF_ERROR(RunQueries(options.query_file_path, true)); in TraceProcessorMain()