Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2/
DCreateMultiple.cpp102 const 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
DDump.cpp41 std::string idmap_path; in Dump() local
DCommandUtils.cpp35 Result<Unit> Verify(const std::string& idmap_path, const std::string& target_path, in Verify()
DCreate.cpp53 std::string idmap_path; in Create() local
DLookup.cpp181 const auto& idmap_path = idmap_paths[i]; in Lookup() local
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp94 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in removeIdmap() local
115 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in verifyIdmap() local
161 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in createIdmap() local
361 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in deleteFabricatedOverlay() local
386 const auto idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in dumpIdmap() local
/frameworks/base/libs/androidfw/
DIdmap.cpp235 LoadedIdmap::LoadedIdmap(std::string&& idmap_path, in LoadedIdmap()
255 std::unique_ptr<LoadedIdmap> LoadedIdmap::Load(const StringPiece& idmap_path, in Load()
DApkAssets.cpp69 std::unique_ptr<ApkAssets> ApkAssets::LoadOverlay(const std::string& idmap_path, in LoadOverlay()