Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info.cc59 void MobileOperatorInfo::AddDatabasePath(const FilePath& absolute_path) { in AddDatabasePath() function in shill::MobileOperatorInfo
62 impl_->AddDatabasePath(absolute_path); in AddDatabasePath()
Dmobile_operator_info.h90 void AddDatabasePath(const base::FilePath& absolute_path);
Dmobile_operator_info_impl.h51 void AddDatabasePath(const base::FilePath& absolute_path);
Dmobile_operator_info_impl.cc87 AddDatabasePath(FilePath(kDefaultDatabasePath)); in MobileOperatorInfoImpl()
96 void MobileOperatorInfoImpl::AddDatabasePath(const FilePath& absolute_path) { in AddDatabasePath() function in shill::MobileOperatorInfoImpl
Dmobile_operator_info_unittest.cc117 operator_info_->AddDatabasePath(tmp_db_path); in AddDatabase()
152 operator_info_->AddDatabasePath(database_path); in TEST_F()