HomeSort by relevance Sort by last modified time
    Searched refs:next_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
zip_unittest.cc 59 FilePath next_path = files.Next(); local
61 while (!next_path.value().empty()) {
62 if (next_path.value().find(FILE_PATH_LITERAL(".svn")) ==
64 EXPECT_EQ(zip_contents_.count(next_path), 1U) <<
65 "Couldn't find " << next_path.value();
68 next_path = files.Next();
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 79 base::FilePath next_path = files.Next(); local
81 while (!next_path.value().empty()) {
82 if (next_path.value().find(FILE_PATH_LITERAL(".svn")) ==
84 EXPECT_EQ(zip_contents_.count(next_path), 1U) <<
85 "Couldn't find " << next_path.value();
88 next_path = files.Next();

Completed in 620 milliseconds