Home
last modified time | relevance | path

Searched refs:next_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/common/
Dzip_unittest.cc59 FilePath next_path = files.Next(); in TestUnzipFile() local
61 while (!next_path.value().empty()) { in TestUnzipFile()
62 if (next_path.value().find(FILE_PATH_LITERAL(".svn")) == in TestUnzipFile()
64 EXPECT_EQ(zip_contents_.count(next_path), 1U) << in TestUnzipFile()
65 "Couldn't find " << next_path.value(); in TestUnzipFile()
68 next_path = files.Next(); in TestUnzipFile()