Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp2688 for (std::string prev_file; std::regex_search(result, match, build_id_regex); in TEST_F() local
2690 if (prev_file == match[1]) { in TEST_F()
2695 prev_file = match[1]; in TEST_F()
2696 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(prev_file, 0).release()); in TEST_F()