Home
last modified time | relevance | path

Searched refs:OpenZip (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader.h99 bool OpenZip(int fd,
Dart_dex_file_loader.cc263 return OpenZip(fd, location, verify, verify_checksum, error_msg, dex_files); in OpenWithMagic()
293 bool ArtDexFileLoader::OpenZip(int fd, in OpenZip() function in art::ArtDexFileLoader
/art/profman/
Dprofman.cc460 if (dex_file_loader.OpenZip(apks_fd_[i], in OpenApkFilesFromLocations()
/art/runtime/
Doat_file.cc643 loaded = dex_file_loader.OpenZip(zip_fd, in Setup()