Searched refs:MapFile (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/ |
| D | checkheader_fuzzer.cpp | 33 …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/ |
| D | checkheader_fuzzer.cpp | 33 …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/ |
| D | mem.cpp | 40 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/ |
| D | mem.h | 300 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/ |
| D | mem.h | 300 PANDA_PUBLIC_API BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_…
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | mem.cpp | 159 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/ |
| D | file.cpp | 485 …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/ |
| D | mem.cpp | 161 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/ |
| D | mem.cpp | 41 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/ |
| D | file.cpp | 546 …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/ |
| D | file_test.cpp | 311 … os::mem::ConstBytePtr ptr = os::mem::MapFile(os::file::File(fileno(fp)), os::mem::MMAP_PROT_READ,
|