Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_supp_test.cc145 EXPECT_EQ(DexFile::OpenFromFd(tf.fd, 0, tf.path, &error_msg), nullptr); in TEST()
157 EXPECT_EQ(DexFile::OpenFromFd(tf.fd, 0, tf.path, &error_msg), nullptr); in TEST()
168 EXPECT_NE(DexFile::OpenFromFd(tf.fd, 0, tf.path, &error_msg), nullptr); in TEST()
180 EXPECT_NE(DexFile::OpenFromFd(tf.fd, 0x100, tf.path, &error_msg), nullptr); in TEST()
/art/libartbase/base/
Dzip_archive.h94 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
Dzip_archive.cc248 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
/art/libdexfile/external/include/art_api/
Ddex_file_support.h172 static std::unique_ptr<DexFile> OpenFromFd(int fd, in OpenFromFd() function
/art/libdexfile/dex/
Dart_dex_file_loader.cc109 ZipArchive::OpenFromFd(fd.Release(), filename, error_msg)); in GetMultiDexChecksums()
301 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(fd, location.c_str(), error_msg)); in OpenZip()
/art/libprofile/profile/
Dprofile_compilation_info.cc1209 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()
/art/dex2oat/
Ddex2oat_test.cc2276 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
Ddex2oat.cc1592 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
/art/dex2oat/linker/
Doat_writer.cc559 zip_archives_.emplace_back(ZipArchive::OpenFromFd(dex_file_fd.Release(), location, &error_msg)); in AddDexFileSource()