Lines Matching defs:path
52 FileWrapper(const base::FilePath& path, AccessMode mode) {
59 file_.Initialize(path, flags);
119 base::FilePath path) {
120 zip::FilePathWriterDelegate writer(path);
134 if (entry->path == path_in_zip)
159 base::FilePath path;
160 CHECK(base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &path));
161 return path.AppendASCII("third_party")
178 paths.push_back(entry->path);
187 // The path to temporary directory used to contain the test operations.
189 // The path to the test data directory where test.zip etc. are located.
191 // The path to test.zip in the test data directory.
251 actual_contents.push_back(entry->path);
272 actual_contents.push_back(entry->path);
291 EXPECT_EQ(target_path, entry->path);
308 EXPECT_EQ(target_path, entry->path);
319 EXPECT_EQ(target_path, entry->path);
379 EXPECT_EQ(target_path, entry->path);
390 EXPECT_EQ(target_path, entry->path);
409 EXPECT_EQ(base::FilePath::FromASCII("ClearText.txt"), entry->path);
417 for (const base::StringPiece path : {
425 EXPECT_EQ(base::FilePath::FromASCII(path), entry->path);
444 EXPECT_EQ(base::FilePath::FromASCII("ClearText.txt"), entry->path);
453 for (const base::StringPiece path : {
460 EXPECT_EQ(base::FilePath::FromASCII(path), entry->path);
472 entry->path);