Home
last modified time | relevance | path

Searched refs:MapFile (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/
Dcheckheader_fuzzer.cpp33 …ark::os::mem::MapFile(file, ark::os::mem::MMAP_PROT_READ, ark::os::mem::MMAP_FLAG_PRIVATE, size, 0… in CheckHeaderFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
Dcheckheader_fuzzer.cpp33 …panda::os::mem::MapFile(file, panda::os::mem::MMAP_PROT_READ, panda::os::mem::MMAP_FLAG_PRIVATE, s… in CheckHeaderFuzzTest()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp40 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile() function
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h300 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset = 0,
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmem.h300 PANDA_PUBLIC_API BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_…
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp159 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp485 …os::mem::ConstBytePtr ptr = os::mem::MapFile(file, GetProt(openMode), os::mem::MMAP_FLAG_PRIVATE, … in Open()
515 … os::mem::MapFile(file, GetProt(openMode), os::mem::MMAP_FLAG_PRIVATE, size, offset).ToConst(); in OpenUncompressedArchive()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp161 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, voi… in MapFile() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem.cpp41 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, voi… in MapFile() function
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp546 …os::mem::ConstBytePtr ptr = os::mem::MapFile(file, GetProt(open_mode), os::mem::MMAP_FLAG_PRIVATE,… in Open()
576 … os::mem::MapFile(file, GetProt(open_mode), os::mem::MMAP_FLAG_PRIVATE, size, offset).ToConst(); in OpenUncompressedArchive()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp311 … os::mem::ConstBytePtr ptr = os::mem::MapFile(os::file::File(fileno(fp)), os::mem::MMAP_PROT_READ,