Searched refs:target_apk_path (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2/ |
D | CreateMultiple.cpp | 53 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()
|
D | Create.cpp | 51 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/ |
D | IdmapTests.cpp | 189 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 …]
|
D | Idmap2BinaryTests.cpp | 57 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)); \
|
D | PrettyPrintVisitorTests.cpp | 37 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local 38 auto target = TargetResourceContainer::FromPath(target_apk_path); in TEST()
|
D | RawPrintVisitorTests.cpp | 50 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/ |
D | Idmap.cpp | 243 std::string_view target_apk_path) in LoadedIdmap() argument 252 target_apk_path_(target_apk_path), in LoadedIdmap()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | Idmap.h | 213 std::string_view target_apk_path);
|