Searched defs:CreateFileMapper (Results 1 – 3 of 3) 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 |
| 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/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 |