Searched refs:profile_path (Results 1 – 4 of 4) sorted by relevance
145 dbus::ObjectPath* profile_path) { in CreateProfile() argument153 *profile_path = dbus::ObjectPath(path); in CreateProfile()167 dbus::ObjectPath* profile_path) { in PushProfile() argument175 *profile_path = dbus::ObjectPath(path); in PushProfile()183 dbus::ObjectPath* profile_path) { in InsertUserProfile() argument191 *profile_path = dbus::ObjectPath(path); in InsertUserProfile()
80 dbus::ObjectPath* profile_path) override;85 dbus::ObjectPath* profile_path) override;89 dbus::ObjectPath* profile_path) override;
365 dbus::ObjectPath profile_path; in CreateProfile() local368 profile_name, &profile_path, &error); in CreateProfile()377 dbus::ObjectPath profile_path; in PushProfile() local380 profile_name, &profile_path, &error); in PushProfile()
1162 FilePath profile_path( in TEST_F() local1167 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() local1277 ASSERT_TRUE(base::PathExists(profile_path)); in TEST_F()1282 ASSERT_TRUE(base::DeleteFile(profile_path, false)); in TEST_F()