HomeSort by relevance Sort by last modified time
    Searched refs:zip_entry_name (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 110 ZipString zip_entry_name; local
112 while ((result = Next(cookie, &zip_data, &zip_entry_name)) == 0) {
114 std::string(reinterpret_cast<const char*>(zip_entry_name.name),
115 zip_entry_name.name_length);
  /art/runtime/
dex_file.cc 105 std::string zip_entry_name = GetMultiDexClassesDexName(i++); local
106 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(zip_entry_name.c_str(), error_msg));
109 zip_entry_name.c_str(), error_msg->c_str());
115 zip_entry_name = DexFile::GetMultiDexClassesDexName(i++);
116 zip_entry.reset(zip_archive->Find(zip_entry_name.c_str(), error_msg));
    [all...]
  /system/core/fastboot/
fastboot.cpp 489 ZipString zip_entry_name(entry_name);
491 if (FindEntry(zip, zip_entry_name, &zip_entry) != 0) {
621 ZipString zip_entry_name(entry_name);
623 if (FindEntry(zip, zip_entry_name, &zip_entry) != 0) {
    [all...]

Completed in 99 milliseconds