Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2/
DCreateMultiple.cpp53 std::string target_apk_path; in CreateMultiple() local
63 &target_apk_path) in CreateMultiple()
95 const auto target = TargetResourceContainer::FromPath(target_apk_path); in CreateMultiple()
97 return Error("failed to load target '%s'", target_apk_path.c_str()); in CreateMultiple()
110 if (!Verify(idmap_path, target_apk_path, overlay_apk_path, "", fulfilled_policies, in CreateMultiple()
DCreate.cpp51 std::string target_apk_path; in Create() local
62 &target_apk_path) in Create()
97 const auto target = TargetResourceContainer::FromPath(target_apk_path); in Create()
99 return Error("failed to load target '%s'", target_apk_path.c_str()); in Create()
/frameworks/base/cmds/idmap2/tests/
DIdmapTests.cpp189 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
192 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
212 ASSERT_EQ(idmap->GetHeader()->GetTargetPath(), target_apk_path); in TEST()
218 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
221 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
259 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
260 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
301 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
304 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
323 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
[all …]
DIdmap2BinaryTests.cpp57 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap() argument
63 ASSERT_EQ(idmap.GetHeader()->GetTargetPath(), target_apk_path); in AssertIdmap()
68 #define ASSERT_IDMAP(idmap_ref, target_apk_path, overlay_apk_path) \ argument
70 ASSERT_NO_FATAL_FAILURE(AssertIdmap(idmap_ref, target_apk_path, overlay_apk_path)); \
DPrettyPrintVisitorTests.cpp37 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
38 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
DRawPrintVisitorTests.cpp50 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
51 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
/frameworks/base/libs/androidfw/
DIdmap.cpp243 std::string_view target_apk_path) in LoadedIdmap() argument
252 target_apk_path_(target_apk_path), in LoadedIdmap()
/frameworks/base/libs/androidfw/include/androidfw/
DIdmap.h213 std::string_view target_apk_path);