Searched refs:OpenFromFd (Results 1 – 9 of 9) 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 | 94 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
|
D | zip_archive.cc | 248 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 | 172 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 | 1209 ZipArchive::OpenFromFd(DupCloexec(fd), "profile", error)); in OpenSource()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 2276 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
|
D | dex2oat.cc | 1592 dm_file_.reset(ZipArchive::OpenFromFd(dm_fd_, "DexMetadata", &error_msg)); in OpenFile()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 559 zip_archives_.emplace_back(ZipArchive::OpenFromFd(dex_file_fd.Release(), location, &error_msg)); in AddDexFileSource()
|