Searched defs:CreateFileMapper (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_mapper.cpp | 40 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
|
| D | zip_file.cpp | 634 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/ |
| D | file_mapper.cpp | 43 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
|
| D | zip_file.cpp | 869 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/ |
| D | zip_file_test.cpp | 104 …std::unique_ptr<FileMapper> CreateFileMapper(const std::string &fileName, FileMapperType type) con… in CreateFileMapper() function in panda::ecmascript::ZipFileFriend
|