Home
last modified time | relevance | path

Searched refs:AddMemory (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.h80 bool AddMemory(std::string file_name, MemoryOfflineParts* parts, std::string* error_msg);
DOfflineUnwindUtils.cpp139 bool AddMemory(std::string file_name, MemoryOfflineParts* parts, std::string* error_msg) { in AddMemory() function
359 if (!AddMemory(filename, memory.get(), error_msg)) return false; in CreateProcessMemory()
/system/unwinding/libunwindstack/tests/
DUnwindOfflineTest.cpp943 if (!AddMemory(*offline_files_path + "lib_mem.data", memory, &error_msg)) FAIL() << error_msg; in TEST_F()