Home
last modified time | relevance | path

Searched defs:zip_fd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc214 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 Doat_file_assistant_test.cc214 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 Doat_file.h120 EXPORT static OatFile* Open(int zip_fd, in Open()
138 static OatFile* Open(int zip_fd, in Open()
H A Doat_file_assistant.cc112 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 Dzip_internal.cc290 unzFile OpenFdForUnzipping(int zip_fd) { in OpenFdForUnzipping()
346 zipFile OpenFdForZipping(int zip_fd, int append_flag) { in OpenFdForZipping()
H A Dzip_reader.cc144 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile()
/aosp_15_r20/art/libartbase/base/
H A Dzip_archive.cc105 const int zip_fd = GetFileDescriptor(handle_); in MapDirectlyFromFile() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp1261 int zip_fd, in RunDexoptAnalyzer()
1678 unique_fd zip_fd; in process_secondary_dex_dexopt() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer_test.cc792 File zip_fd(DupCloexec(zip_file.GetFd()), /*check_usage=*/ false); in TestZipFileInput() local