Searched refs:prev_file (Results 1 – 1 of 1) sorted by relevance
2688 for (std::string prev_file; std::regex_search(result, match, build_id_regex); in TEST_F() local2690 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()