Home
last modified time | relevance | path

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

/external/zlib/google/
Dzip_reader.h149 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
Dzip_reader_unittest.cc214 EXPECT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
266 EXPECT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
813 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
Dzip.cc201 if (!reader.OpenFromPlatformFile(src_file)) { in Unzip()
Dzip_reader.cc124 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile() function in zip::ZipReader
/external/angle/third_party/zlib/google/
Dzip_reader.h154 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
Dzip_reader_unittest.cc214 EXPECT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
266 EXPECT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
811 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
Dzip.cc201 if (!reader.OpenFromPlatformFile(src_file)) { in Unzip()
Dzip_reader.cc144 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile() function in zip::ZipReader