Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dprofile.cc103 persistent_profile_path_ = GetFinalStoragePath(storage_directory, name); in Profile()
110 CHECK(!persistent_profile_path_.empty()); in InitStorage()
112 StoreFactory::GetInstance()->CreateStore(persistent_profile_path_)); in InitStorage()
162 CHECK(!persistent_profile_path_.empty()); in RemoveStorage()
164 if (!base::DeleteFile(persistent_profile_path_, false)) { in RemoveStorage()
168 persistent_profile_path_.value().c_str())); in RemoveStorage()
Dprofile.h225 return persistent_profile_path_; in persistent_profile_path()
228 persistent_profile_path_ = path; in set_persistent_profile_path()
252 base::FilePath persistent_profile_path_; variable
Dprofile_unittest.cc220 EXPECT_TRUE(profile->persistent_profile_path_.empty()); in TEST_F()
227 profile->persistent_profile_path_.value()); in TEST_F()
230 profile->persistent_profile_path_.value()); in TEST_F()