Searched refs:FileMapper (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
H A D | file_mapper.cpp | 27 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 D | file_mapper.h | 30 class FileMapper { class 32 FileMapper(); 33 FileMapper(FileMapper &) = delete; 34 void operator=(FileMapper &) = delete; 35 ~FileMapper();
|
H A D | extractor.h | 77 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 D | extractor.cpp | 138 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 D | zip_file.cpp | 634 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 D | zip_file.h | 222 std::unique_ptr<FileMapper> CreateFileMapper(const std::string &fileName, FileMapperType type) const;
|
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
H A D | zip_file_test.cpp | 104 std::unique_ptr<FileMapper> CreateFileMapper(const std::string &fileName, FileMapperType type) const in CreateFileMapper()
|
Completed in 6 milliseconds