Home
last modified time | relevance | path

Searched defs:CreateFileMapper (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_mapper.cpp40 bool FileMapper::CreateFileMapper(const std::string &fileName, bool compress, in CreateFileMapper() function in panda::ecmascript::FileMapper
76 bool FileMapper::CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fil… in CreateFileMapper() function in panda::ecmascript::FileMapper
Dzip_file.cpp634 std::unique_ptr<FileMapper> ZipFile::CreateFileMapper(const std::string &fileName, FileMapperType t… in CreateFileMapper() function in panda::ecmascript::ZipFile
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dfile_mapper.cpp43 bool FileMapper::CreateFileMapper(const std::string &fileName, bool compress, int32_t fd, size_t of… in CreateFileMapper() function in ark::extractor::FileMapper
90 bool FileMapper::CreateFileMapper(const std::shared_ptr<ZipFileReader> &fileReader, const std::stri… in CreateFileMapper() function in ark::extractor::FileMapper
Dzip_file.cpp869 std::unique_ptr<FileMapper> ZipFile::CreateFileMapper(const std::string &fileName, FileMapperType t… in CreateFileMapper() function in ark::extractor::ZipFile
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dzip_file_test.cpp104 …std::unique_ptr<FileMapper> CreateFileMapper(const std::string &fileName, FileMapperType type) con… in CreateFileMapper() function in panda::ecmascript::ZipFileFriend