Searched refs:sqlite_file_path (Results 1 – 1 of 1) sorted by relevance
659 std::string sqlite_file_path; member795 command_line_options.sqlite_file_path = optarg; in ParseCommandLineOptions()837 command_line_options.sqlite_file_path.empty()); in ParseCommandLineOptions()1102 if (!options.sqlite_file_path.empty()) { in TraceProcessorMain()1103 RETURN_IF_ERROR(ExportTraceToDatabase(options.sqlite_file_path)); in TraceProcessorMain()