Home
last modified time | relevance | path

Searched refs:file_to_sql (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/test/
Dtest_trace_processor.cc48 for (const auto& file_to_sql : in GetChromeStdlib() local
51 base::ReplaceChars(file_to_sql.path, "/", ".", &include_key); in GetChromeStdlib()
56 file_to_sql.sql); in GetChromeStdlib()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc325 for (const auto& file_to_sql : stdlib::kFileToSql) { in GetStdlibModules() local
326 std::string import_key = sql_modules::GetIncludeKey(file_to_sql.path); in GetStdlibModules()
328 modules.Insert(module, {}).first->push_back({import_key, file_to_sql.sql}); in GetStdlibModules()
334 for (const auto& file_to_sql : prelude::tables_views::kFileToSql) { in InitializePreludeTablesViews() local
336 int err = sqlite3_exec(db, file_to_sql.sql, nullptr, nullptr, &errmsg_raw); in InitializePreludeTablesViews()
411 for (const auto& file_to_sql : sql_metrics::kFileToSql) { in TraceProcessorImpl() local
412 if (base::StartsWithAny(file_to_sql.path, sanitized_extension_paths)) in TraceProcessorImpl()
414 RegisterMetric(file_to_sql.path, file_to_sql.sql); in TraceProcessorImpl()