Searched defs:zip_fd (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file.cc | 214 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile() 256 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile() 623 bool OatFileBase::Setup(int zip_fd, in Setup() 1633 bool ElfOatFile::InitializeFromElfFile(int zip_fd, in InitializeFromElfFile() 1742 static OatFileBackedByVdex* Open(int zip_fd, in Open() 1925 OatFile* OatFile::Open(int zip_fd, in Open() 1994 OatFile* OatFile::Open(int zip_fd, in Open() 2031 OatFile* OatFile::OpenFromVdex(int zip_fd, in OpenFromVdex()
|
H A D | oat_file_assistant_test.cc | 214 int zip_fd = -1) { in CreateOatFileAssistant() 654 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 703 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 751 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 781 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local
|
H A D | oat_file.h | 120 EXPORT static OatFile* Open(int zip_fd, in Open() 138 static OatFile* Open(int zip_fd, in Open()
|
H A D | oat_file_assistant.cc | 112 int zip_fd) in OatFileAssistant() 1259 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
|
/aosp_15_r20/external/zlib/google/ |
H A D | zip_internal.cc | 290 unzFile OpenFdForUnzipping(int zip_fd) { in OpenFdForUnzipping() 346 zipFile OpenFdForZipping(int zip_fd, int append_flag) { in OpenFdForZipping()
|
H A D | zip_reader.cc | 144 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile()
|
/aosp_15_r20/art/libartbase/base/ |
H A D | zip_archive.cc | 105 const int zip_fd = GetFileDescriptor(handle_); in MapDirectlyFromFile() local
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 1261 int zip_fd, in RunDexoptAnalyzer() 1678 unique_fd zip_fd; in process_secondary_dex_dexopt() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 792 File zip_fd(DupCloexec(zip_file.GetFd()), /*check_usage=*/ false); in TestZipFileInput() local
|