Home
last modified time | relevance | path

Searched refs:FileMapper (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_mapper.cpp27 FileMapper::FileMapper() in FileMapper() function in panda::ecmascript::FileMapper
34 FileMapper::~FileMapper() in ~FileMapper()
41 bool FileMapper::CreateFileMapper(const std::string &fileName, bool compress, in CreateFileMapper()
77 bool FileMapper::CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fileName, in CreateFileMapper()
99 bool FileMapper::IsCompressed() in IsCompressed()
104 uint8_t* FileMapper::GetDataPtr() in GetDataPtr()
109 size_t FileMapper::GetDataLen() in GetDataLen()
114 std::string FileMapper
[all...]
H A Dfile_mapper.h30 class FileMapper { class
32 FileMapper();
33 FileMapper(FileMapper &) = delete;
34 void operator=(FileMapper &) = delete;
35 ~FileMapper();
H A Dextractor.h77 std::unique_ptr<FileMapper> GetData(const std::string &fileName, bool safeRegion = false) const;
83 std::unique_ptr<FileMapper> GetMmapData(const std::string &fileName);
85 bool UnzipData(std::unique_ptr<FileMapper> fileMapper, std::unique_ptr<uint8_t[]> &dataPtr, size_t &len) const;
96 std::shared_ptr<FileMapper> GetSafeData(const std::string &fileName);
H A Dextractor.cpp138 std::unique_ptr<FileMapper> Extractor::GetData(const std::string &fileName, bool) const in GetData()
144 std::shared_ptr<FileMapper> Extractor::GetSafeData(const std::string &fileName) in GetSafeData()
154 std::unique_ptr<FileMapper> Extractor::GetMmapData(const std::string &fileName) in GetMmapData()
H A Dzip_file.cpp634 std::unique_ptr<FileMapper> ZipFile::CreateFileMapper(const std::string &fileName, FileMapperType type) const in CreateFileMapper()
649 std::unique_ptr<FileMapper> fileMapper = std::make_unique<FileMapper>(); in CreateFileMapper()
H A Dzip_file.h222 std::unique_ptr<FileMapper> CreateFileMapper(const std::string &fileName, FileMapperType type) const;
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dzip_file_test.cpp104 std::unique_ptr<FileMapper> CreateFileMapper(const std::string &fileName, FileMapperType type) const in CreateFileMapper()

Completed in 6 milliseconds