Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfTest.cpp136 EXPECT_EQ(ERROR_INVALID_ELF, elf.GetLastErrorCode()); in TEST_F()
140 EXPECT_EQ(ERROR_INVALID_ELF, elf.GetLastErrorCode()); in TEST_F()
303 EXPECT_EQ(ERROR_NONE, elf.GetLastErrorCode()); in TEST_F()
533 EXPECT_EQ(ERROR_MEMORY_INVALID, elf.GetLastErrorCode()); in TEST_F()
/system/core/libunwindstack/include/unwindstack/
DElf.h83 ErrorCode GetLastErrorCode();
/system/core/libunwindstack/
DElf.cpp159 ErrorCode Elf::GetLastErrorCode() { in GetLastErrorCode() function in unwindstack::Elf