Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager.cc134 user_profile_list_path_(FilePath(Profile::kUserProfileListPathname)), in Manager()
357 Profile::LoadUserProfileList(user_profile_list_path_); in InitializeProfiles()
587 Profile::SaveUserProfileList(user_profile_list_path_, profiles_); in OnProfilesChanged()
Dmanager.h797 base::FilePath user_profile_list_path_; // Changed in tests. variable
Dmanager_unittest.cc4443 manager.user_profile_list_path_ = temp_dir.path().Append("user_profile_list"); in TEST_F()