Home | History | Annotate | Download | only in fileapi

Lines Matching defs:root_path

120                    base::FilePath* root_path) {
131 if (root_path)
132 *root_path = returned_root_path;
212 base::FilePath root_path;
216 &root_path));
220 EXPECT_EQ(expected.value(), root_path.value());
221 EXPECT_TRUE(base::DirectoryExists(root_path));
223 returned_root_path[i] = root_path;
232 base::FilePath root_path;
236 &root_path));
238 EXPECT_EQ(returned_root_path[i].value(), root_path.value());
311 base::FilePath root_path;
315 &root_path));
318 EXPECT_EQ(expected.value(), root_path.value());
319 EXPECT_TRUE(base::DirectoryExists(root_path));