Home | History | Annotate | Download | only in shill

Lines Matching refs:profile_path

1162   FilePath profile_path(
1167 ASSERT_TRUE(base::PathExists(profile_path));
1179 EXPECT_TRUE(base::PathExists(profile_path));
1191 EXPECT_FALSE(base::PathExists(profile_path));
1203 ASSERT_TRUE(base::CreateDirectory(profile_path.Append("foo")));
1273 FilePath profile_path(
1277 ASSERT_TRUE(base::PathExists(profile_path));
1282 ASSERT_TRUE(base::DeleteFile(profile_path, false));