Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_unittest.cc112 ofstream tmp_db(tmp_db_path.value(), ofstream::binary); in AddDatabase() local
114 tmp_db << database_data[i]; in AddDatabase()
116 tmp_db.close(); in AddDatabase()