Home
last modified time | relevance | path

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

/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc145 dbus::ObjectPath* profile_path) { in CreateProfile() argument
153 *profile_path = dbus::ObjectPath(path); in CreateProfile()
167 dbus::ObjectPath* profile_path) { in PushProfile() argument
175 *profile_path = dbus::ObjectPath(path); in PushProfile()
183 dbus::ObjectPath* profile_path) { in InsertUserProfile() argument
191 *profile_path = dbus::ObjectPath(path); in InsertUserProfile()
Dchromeos_manager_dbus_adaptor.h80 dbus::ObjectPath* profile_path) override;
85 dbus::ObjectPath* profile_path) override;
89 dbus::ObjectPath* profile_path) override;
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc365 dbus::ObjectPath profile_path; in CreateProfile() local
368 profile_name, &profile_path, &error); in CreateProfile()
377 dbus::ObjectPath profile_path; in PushProfile() local
380 profile_name, &profile_path, &error); in PushProfile()
/system/connectivity/shill/
Dmanager_unittest.cc1162 FilePath profile_path( in TEST_F() local
1167 ASSERT_TRUE(base::PathExists(profile_path)); in TEST_F()
1179 EXPECT_TRUE(base::PathExists(profile_path)); in TEST_F()
1191 EXPECT_FALSE(base::PathExists(profile_path)); in TEST_F()
1203 ASSERT_TRUE(base::CreateDirectory(profile_path.Append("foo"))); in TEST_F()
1273 FilePath profile_path( in TEST_F() local
1277 ASSERT_TRUE(base::PathExists(profile_path)); in TEST_F()
1282 ASSERT_TRUE(base::DeleteFile(profile_path, false)); in TEST_F()