Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dprofile.h189 static bool SaveUserProfileList(const base::FilePath& path,
Dprofile_unittest.cc369 TEST_F(ProfileTest, SaveUserProfileList) { in TEST_F() argument
396 EXPECT_TRUE(Profile::SaveUserProfileList(list_path, profiles)); in TEST_F()
Dprofile.cc359 bool Profile::SaveUserProfileList(const FilePath& path, in SaveUserProfileList() function in shill::Profile
Dmanager.cc587 Profile::SaveUserProfileList(user_profile_list_path_, profiles_); in OnProfilesChanged()