Lines Matching full:path
35 void VerifyReadLines(const FilePath& path, const vector<string>& lines) {
38 EXPECT_TRUE(reader_.Open(path));
59 FilePath path;
60 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &path));
62 EXPECT_TRUE(reader_.Open(path));
78 FilePath path;
79 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &path));
83 base::WriteFile(path, content.c_str(), content.size()));
84 VerifyReadLines(path, lines);
89 base::WriteFile(path, content.c_str(), content.size()));
90 VerifyReadLines(path, lines);