Searched refs:CreateZipFileReader (Results 1 – 3 of 3) sorted by relevance
28 static std::shared_ptr<ZipFileReader> CreateZipFileReader(const std::string &filePath);
31 std::shared_ptr<ZipFileReader> ZipFileReader::CreateZipFileReader(const std::string &filePath) in CreateZipFileReader() function in panda::ecmascript::ZipFileReader
186 zipFileReader_ = ZipFileReader::CreateZipFileReader(pathName_); in Open()