Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DUnwinder.h106 void SetEmbeddedSoname(bool embedded_soname) { embedded_soname_ = embedded_soname; } in SetEmbeddedSoname() function
/system/core/libunwindstack/tests/
DUnwinderTest.cpp380 unwinder.SetEmbeddedSoname(false); in TEST_F()