Searched refs:OpenFromFd (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/external/ |
D | dex_file_supp_test.cc | 145 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/ |
D | zip_archive.h | 89 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
|
D | zip_archive.cc | 240 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
|
/art/libdexfile/external/include/art_api/ |
D | dex_file_support.h | 159 static std::unique_ptr<DexFile> OpenFromFd(int fd, in OpenFromFd() function
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 109 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/ |
D | profile_compilation_info.cc | 1290 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()
|
/art/dex2oat/ |
D | dex2oat.cc | 1386 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 543 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.Release(), location, &error_msg)); in AddZippedDexFilesSource()
|