Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfTest.cpp138 EXPECT_EQ(ERROR_INVALID_ELF, elf.GetLastErrorCode()); in TEST_F()
142 EXPECT_EQ(ERROR_INVALID_ELF, elf.GetLastErrorCode()); in TEST_F()
306 EXPECT_EQ(ERROR_NONE, elf.GetLastErrorCode()); in VerifyStepIfSignalHandler()
540 EXPECT_EQ(ERROR_MEMORY_INVALID, elf.GetLastErrorCode()); in TEST_F()
/system/core/libunwindstack/include/unwindstack/
DElf.h83 ErrorCode GetLastErrorCode();
/system/core/libunwindstack/
DElf.cpp163 ErrorCode Elf::GetLastErrorCode() { in GetLastErrorCode() function in unwindstack::Elf