Searched refs:libData (Results 1 – 1 of 1) sorted by relevance
2063 auto libData = std::unique_ptr<uint8_t[]>(new uint8_t[entry.uncompressed_length]); in extractZipFile() local2064 if (ExtractToMemory(zipFile, &entry, libData.get(), entry.uncompressed_length)) { in extractZipFile()2072 std::span(libData.get(), entry.uncompressed_length))) { in extractZipFile()