Searched refs:storage_directory (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/ |
D | default_profile.cc | 86 const FilePath& storage_directory, in DefaultProfile() argument 91 storage_directory, true), in DefaultProfile() 113 GetFinalStoragePath(storage_directory, Identifier(profile_id))); in DefaultProfile()
|
D | default_profile.h | 46 const base::FilePath& storage_directory,
|
D | profile.cc | 65 const base::FilePath& storage_directory, in Profile() argument 103 persistent_profile_path_ = GetFinalStoragePath(storage_directory, name); in Profile()
|
D | profile.h | 78 const base::FilePath& storage_directory,
|
D | manager.h | 121 const std::string& storage_directory,
|
D | manager.cc | 128 const string& storage_directory, in Manager() argument 132 storage_path_(FilePath(storage_directory)), in Manager()
|