Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Target/
DPathMappingListTest.cpp40 FileSpec unmapped_spec; in TestPathMappings() local
41 EXPECT_TRUE(map.ReverseRemapPath(match.remapped, unmapped_spec)); in TestPathMappings()
42 std::string unmapped_path = unmapped_spec.GetPath(); in TestPathMappings()