Searched defs:zip_fd (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/ |
H A D | oat_file.cc | 196 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile() 237 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile() 570 bool OatFileBase::Setup(int zip_fd, in Setup() 1543 bool ElfOatFile::InitializeFromElfFile(int zip_fd, in InitializeFromElfFile() 1651 static OatFileBackedByVdex* Open(int zip_fd, in Open() 1816 OatFile* OatFile::Open(int zip_fd, in Open() 1893 OatFile* OatFile::Open(int zip_fd, in Open() 1927 OatFile* OatFile::OpenFromVdex(int zip_fd, in OpenFromVdex()
|
H A D | oat_file.h | 111 static OatFile* Open(int zip_fd, in Open() 128 static OatFile* Open(int zip_fd, in Open()
|
H A D | oat_file_assistant_test.cc | 471 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local 510 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local 546 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local 572 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local
|
H A D | oat_file_assistant.cc | 101 int zip_fd) in OatFileAssistant() 963 int zip_fd, in Reset()
|
/aosp12/art/libartbase/base/ |
H A D | zip_archive.cc | 105 const int zip_fd = GetFileDescriptor(handle_); in MapDirectlyFromFile() local
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader.cc | 91 int zip_fd, in GetMultiDexChecksums()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 1180 int zip_fd, in RunDexoptAnalyzer() 1570 unique_fd zip_fd; in process_secondary_dex_dexopt() local
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 805 File zip_fd(DupCloexec(zip_file.GetFd()), /*check_usage=*/ false); in TestZipFileInput() local
|