Home
last modified time | relevance | path

Searched defs:target_apk (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2/
DCreate.cpp92 const std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in Create() local
DLookup.cpp199 auto target_apk = ApkAssets::Load(target_path); in Lookup() local
/frameworks/base/cmds/idmap2/tests/
DRawPrintVisitorTests.cpp34 std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in TEST() local
DPrettyPrintVisitorTests.cpp39 std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in TEST() local
DBinaryStreamVisitorTests.cpp71 std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in TEST() local
DIdmapTests.cpp175 std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path.to_string()); in CreateIdmap() local
476 std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in TEST() local
493 std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in TEST() local
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp130 const std::unique_ptr<const ApkAssets> target_apk = ApkAssets::Load(target_apk_path); in createIdmap() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2251 static void run_idmap(const char *target_apk, const char *overlay_apk, int idmap_fd) in run_idmap()
2258 static void run_verify_idmap(const char *target_apk, const char *overlay_apk, int idmap_fd) in run_verify_idmap()
2265 static bool delete_stale_idmap(const char* target_apk, const char* overlay_apk, in delete_stale_idmap()
2349 const char* target_apk = targetApkPath.c_str(); in idmap() local