Home
last modified time | relevance | path

Searched defs:idmap_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp99 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in removeIdmap() local
120 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in verifyIdmap() local
166 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in createIdmap() local
418 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in deleteFabricatedOverlay() local
443 const auto idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in dumpIdmap() local
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2/
H A DCreateMultiple.cpp102 std::string idmap_path = Idmap::CanonicalIdmapPathFor(idmap_dir, overlay_apk_path); in CreateMultiple() local
144 for (const std::string& idmap_path : idmap_paths) { in CreateMultiple() local
H A DDump.cpp41 std::string idmap_path; in Dump() local
H A DCommandUtils.cpp35 Result<Unit> Verify(const std::string& idmap_path, const std::string& target_path, in Verify()
H A DCreate.cpp53 std::string idmap_path; in Create() local
H A DLookup.cpp181 const auto& idmap_path = idmap_paths[i]; in Lookup() local
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DIdmap.cpp256 LoadedIdmap::LoadedIdmap(const std::string& idmap_path, const Idmap_header* header, in LoadedIdmap()
278 std::unique_ptr<LoadedIdmap> LoadedIdmap::Load(StringPiece idmap_path, StringPiece idmap_data) { in Load()
H A DApkAssets.cpp66 ApkAssetsPtr ApkAssets::LoadOverlay(const std::string& idmap_path, package_property_t flags) { in LoadOverlay()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppApkAssets.java148 public static CppApkAssets LoadOverlay(String idmap_path, boolean system) { in LoadOverlay()