Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfFake.h99 void FakeSetErrorCode(ErrorCode code) { last_error_.code = code; } in FakeSetErrorCode() function
H A DElfTest.cpp532 interface->FakeSetErrorCode(ERROR_MEMORY_INVALID); in TEST_F()