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

  /external/chromium/chrome/common/
zip_unittest.cc 43 void TestUnzipFile(const FilePath::StringType& filename,
48 TestUnzipFile(test_dir.Append(filename), expect_hidden_files);
51 void TestUnzipFile(const FilePath& path, bool expect_hidden_files) {
91 TestUnzipFile(FILE_PATH_LITERAL("test.zip"), true);
95 TestUnzipFile(FILE_PATH_LITERAL("test_nocompress.zip"), true);
129 TestUnzipFile(zip_file, true);
142 TestUnzipFile(zip_file, false);
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 66 void TestUnzipFile(const base::FilePath::StringType& filename,
70 TestUnzipFile(test_dir.Append(filename), expect_hidden_files);
73 void TestUnzipFile(const base::FilePath& path, bool expect_hidden_files) {
114 TestUnzipFile(FILE_PATH_LITERAL("test.zip"), true);
118 TestUnzipFile(FILE_PATH_LITERAL("test_nocompress.zip"), true);
161 TestUnzipFile(zip_file, true);
174 TestUnzipFile(zip_file, false);

Completed in 50 milliseconds