Searched defs:zip_fd (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 46 int zip_fd, in GetMultiDexChecksums()
|
/art/runtime/ |
D | oat_file.cc | 198 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile() 240 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile() 574 bool OatFileBase::Setup(int zip_fd, in Setup() 1618 bool ElfOatFile::InitializeFromElfFile(int zip_fd, in InitializeFromElfFile() 1727 static OatFileBackedByVdex* Open(int zip_fd, in Open() 1898 OatFile* OatFile::Open(int zip_fd, in Open() 1967 OatFile* OatFile::Open(int zip_fd, in Open() 2004 OatFile* OatFile::OpenFromVdex(int zip_fd, in OpenFromVdex()
|
D | oat_file.h | 117 static OatFile* Open(int zip_fd, in Open() 135 static OatFile* Open(int zip_fd, in Open()
|
D | oat_file_assistant_test.cc | 210 int zip_fd = -1) { in CreateOatFileAssistant() 631 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 680 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 728 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 758 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local
|
D | oat_file_assistant.cc | 116 int zip_fd) in OatFileAssistant() 1249 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
|
/art/libartbase/base/ |
D | zip_archive.cc | 105 const int zip_fd = GetFileDescriptor(handle_); in MapDirectlyFromFile() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 808 File zip_fd(DupCloexec(zip_file.GetFd()), /*check_usage=*/ false); in TestZipFileInput() local
|