Home
last modified time | relevance | path

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

/external/autotest/database/
Ddb_utils.py78 info_table = 'TABLES'
80 info_table = 'VIEWS'
85 'WHERE table_schema = %%s' % info_table)
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc1199 const char* info_table[] = { in WriteOSInformation() local
1207 for (const char** cur_info = info_table; *cur_info; cur_info++) { in WriteOSInformation()