Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc93 database_paths_.clear(); in ClearDatabasePaths()
97 database_paths_.push_back(absolute_path); in AddDatabasePath()
105 for (const auto& database_path : database_paths_) { in Init()
Dmobile_operator_info_impl.h161 std::vector<base::FilePath> database_paths_; variable