Searched refs:GetTargetPath (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/ |
H A D | BinaryStreamVisitorTests.cpp | 55 ASSERT_EQ(idmap1->GetHeader()->GetTargetPath(), idmap2->GetHeader()->GetTargetPath()); in TEST() 57 ASSERT_EQ(idmap1->GetHeader()->GetTargetPath(), idmap2->GetHeader()->GetTargetPath()); in TEST()
|
H A D | IdmapTests.cpp | 76 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() 594 ASSERT_NE(header->GetTargetPath(), bad_target_path_header->GetTargetPath()); in TEST()
|
H A D | Idmap2BinaryTests.cpp | 62 ASSERT_EQ(idmap.GetHeader()->GetTargetPath(), target_apk_path); in AssertIdmap()
|
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2/ |
H A D | Lookup.cpp | 190 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()
|
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | PrettyPrintVisitor.cpp | 38 << TAB "target path : " << header.GetTargetPath() << '\n' in visit() 55 if (auto target = TargetResourceContainer::FromPath(header.GetTargetPath())) { in visit()
|
H A D | RawPrintVisitor.cpp | 45 print(header.GetTargetPath(), true /* print_value */, "target path"); in visit() 50 if (auto target = TargetResourceContainer::FromPath(header.GetTargetPath())) { in visit()
|
H A D | BinaryStreamVisitor.cpp | 60 WriteString(header.GetTargetPath()); in visit()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | PanelDrag.cpp | 432 UString GetTargetPath() const; 2186 UString CDropTarget::GetTargetPath() const in GetTargetPath() function in CDropTarget 2227 path = GetTargetPath(); in SendToSource_TargetPath_enable() 2683 UString path = GetTargetPath(); in Drop()
|
/aosp_15_r20/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | Idmap.h | 127 const std::string& GetTargetPath() const { in GetTargetPath() function
|