Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_utils.h365 const std::string& raw_table_name, in GetColumnsForTable() argument
372 std::string table_name = raw_table_name.substr(0, raw_table_name.find('(')); in GetColumnsForTable()
390 raw_table_name.c_str()); in GetColumnsForTable()
399 raw_table_name.c_str()); in GetColumnsForTable()
414 PERFETTO_DLOG("Unknown column type for %s %s", raw_table_name.c_str(), in GetColumnsForTable()
419 raw_table_name.c_str()); in GetColumnsForTable()