Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Dmemory_test.cpp49 auto memory = DfxMemoryFile::CreateFileMemory(DUMPCATCHER_ELF_FILE, 0);
Delf_test.cpp50 auto memory = DfxMemoryFile::CreateFileMemory(DUMPCATCHER_ELF_FILE, 0);
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_memory_file.h25 … static std::shared_ptr<DfxMemoryFile> CreateFileMemory(const std::string& path, uint64_t offset);
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_memory_file.cpp32 std::shared_ptr<DfxMemoryFile> DfxMemoryFile::CreateFileMemory(const std::string& path, uint64_t of… in CreateFileMemory() function in OHOS::HiviewDFX::DfxMemoryFile
Ddfx_maps.cpp237 auto memory = DfxMemoryFile::CreateFileMemory(path, 0); in GetRelPc()