Home
last modified time | relevance | path

Searched refs:FakeSetErrorCode (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/tests/
DElfFake.h96 void FakeSetErrorCode(ErrorCode code) { last_error_.code = code; } in FakeSetErrorCode() function
DElfTest.cpp526 interface->FakeSetErrorCode(ERROR_MEMORY_INVALID); in TEST_F()