Searched defs:TestUnzipFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_unittest.cc74 void TestUnzipFile(const base::FilePath::StringType& filename, function in class:__anon16403::ZipTest
78 TestUnzipFile(test_dir.Append(filename), expect_hidden_files);
81 void TestUnzipFile(const base::FilePath& path, bool expect_hidden_files) { function in class:__anon16403::ZipTest
174 TestUnzipFile(FILE_PATH_LITERAL("test.zip"), true);
178 TestUnzipFile(FILE_PATH_LITERAL("test_nocompress.zip"), true);
221 TestUnzipFile(zip_file, true);
234 TestUnzipFile(zip_file, false);
252 TestUnzipFile(zip_file, true);

Completed in 84 milliseconds