Searched refs:entryPath (Results 1 – 3 of 3) sorted by relevance
46 std::unique_ptr<const MemoryChunk> ZipFile::Uncompress(const std::string& entryPath) const { in Uncompress()48 int32_t status = ::FindEntry(handle_, ::ZipString(entryPath.c_str()), &entry); in Uncompress()60 Result<uint32_t> ZipFile::Crc(const std::string& entryPath) const { in Crc()62 int32_t status = ::FindEntry(handle_, ::ZipString(entryPath.c_str()), &entry); in Crc()64 return Error("failed to find zip entry %s", entryPath.c_str()); in Crc()
44 std::unique_ptr<const MemoryChunk> Uncompress(const std::string& entryPath) const;45 Result<uint32_t> Crc(const std::string& entryPath) const;
766 String entryPath = additionalEntry.getAbsolutePath(); in install() local767 path.append(':').append(entryPath); in install()769 extraPaths[index] = entryPath; in install()772 extraDexs[index] = DexFile.loadDex(entryPath, entryPath + ".dex", 0); in install()