Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DBinaryStreamVisitorTests.cpp55 ASSERT_EQ(idmap1->GetHeader()->GetTargetPath(), idmap2->GetHeader()->GetTargetPath()); in TEST()
57 ASSERT_EQ(idmap1->GetHeader()->GetTargetPath(), idmap2->GetHeader()->GetTargetPath()); in TEST()
DIdmapTests.cpp76 ASSERT_EQ(header->GetTargetPath(), "targetX.apk"); in TEST()
151 ASSERT_EQ(idmap->GetHeader()->GetTargetPath(), kIdmapRawTargetPath); in TEST()
212 ASSERT_EQ(idmap->GetHeader()->GetTargetPath(), target_apk_path); in TEST()
580 ASSERT_NE(header->GetTargetPath(), bad_target_path_header->GetTargetPath()); in TEST()
DIdmap2BinaryTests.cpp62 ASSERT_EQ(idmap.GetHeader()->GetTargetPath(), target_apk_path); in AssertIdmap()
/frameworks/base/cmds/idmap2/libidmap2/
DPrettyPrintVisitor.cpp38 << TAB "target path : " << header.GetTargetPath() << '\n' in visit()
55 if (auto target = TargetResourceContainer::FromPath(header.GetTargetPath())) { in visit()
DRawPrintVisitor.cpp45 print(header.GetTargetPath(), true /* print_value */, "target path"); in visit()
50 if (auto target = TargetResourceContainer::FromPath(header.GetTargetPath())) { in visit()
DBinaryStreamVisitor.cpp60 WriteString(header.GetTargetPath()); in visit()
/frameworks/base/cmds/idmap2/idmap2/
DLookup.cpp190 target_path = idmap_header->GetTargetPath(); in Lookup()
208 } else if (target_path != idmap_header->GetTargetPath()) { in Lookup()
210 target_path.c_str(), idmap_path.c_str(), idmap_header->GetTargetPath().c_str()); in Lookup()
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h126 const std::string& GetTargetPath() const { in GetTargetPath() function