Home
last modified time | relevance | path

Searched refs:CreateFileMap (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp138 MemMap CreateFileMap([[maybe_unused]] const char *fileName, [[maybe_unused]] int fileSize, in CreateFileMap() function
/arkcompiler/ets_runtime/ecmascript/platform/
Dfile.h80 MemMap PUBLIC_API CreateFileMap([[maybe_unused]] const char *fileName, [[maybe_unused]] int fileSiz…
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp130 MemMap CreateFileMap([[maybe_unused]] const char *fileName, [[maybe_unused]] int fileSize, in CreateFileMap() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_snapshot.cpp116CreateFileMap(filename.c_str(), bufSize, FILE_RDWR | FILE_CREAT | FILE_TRUNC, PAGE_PROT_READWRITE); in WriteDataToFile()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_snapshot.cpp353CreateFileMap(filePath.c_str(), totalSize, FILE_RDWR | FILE_CREAT | FILE_TRUNC, PAGE_PROT_READWRIT… in WriteDataToFile()