Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager.cc132 storage_path_(FilePath(storage_directory)), in Manager()
331 CHECK(base::CreateDirectory(storage_path_)) << storage_path_.value(); in InitializeProfiles()
339 storage_path_, in InitializeProfiles()
394 storage_path_, in CreateProfile()
456 storage_path_, in PushProfileInternal()
650 storage_path_, in RemoveProfile()
Dmanager.h397 const base::FilePath& storage_path() const { return storage_path_; } in storage_path()
795 const base::FilePath storage_path_; variable