Searched refs:EntryInfo (Results 1 – 3 of 3) sorted by relevance
64 class EntryInfo {66 EntryInfo(const std::string &fileNameInZip, const unz_file_info &rawFileInfo);67 virtual ~EntryInfo() in ~EntryInfo()125 DISALLOW_COPY_AND_ASSIGN(EntryInfo);170 EntryInfo *CurrentEntryInfo() const in CurrentEntryInfo()192 std::unique_ptr<EntryInfo> currentEntryInfo_;
39 ZipReader::EntryInfo::EntryInfo(const std::string &fileNameInZip, const unz_file_info &rawFileInfo) in EntryInfo() function in OHOS::AppExecFwk::LIBZIP::ZipReader::EntryInfo179 …EntryInfo *entryInfo = new (std::nothrow) EntryInfo(std::string(raw_file_name_in_zip), raw_file_in… in OpenCurrentEntryInZip()
93 } EntryInfo; typedef99 EntryInfo info[0];