Searched defs:idmap_path (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2/ |
D | CreateMultiple.cpp | 103 std::string idmap_path = Idmap::CanonicalIdmapPathFor(idmap_dir, overlay_apk_path); in CreateMultiple() local 148 for (const std::string& idmap_path : idmap_paths) { in CreateMultiple() local
|
D | Dump.cpp | 41 std::string idmap_path; in Dump() local
|
D | CommandUtils.cpp | 35 Result<Unit> Verify(const std::string& idmap_path, const std::string& target_path, in Verify()
|
D | Create.cpp | 54 std::string idmap_path; in Create() local
|
D | Lookup.cpp | 181 const auto& idmap_path = idmap_paths[i]; in Lookup() local
|
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 113 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in removeIdmap() local 135 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in verifyIdmap() local 192 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in createIdmap() local 447 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in deleteFabricatedOverlay() local 472 const auto idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in dumpIdmap() local
|
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 66 ApkAssetsPtr ApkAssets::LoadOverlay(const std::string& idmap_path, package_property_t flags) { in LoadOverlay()
|
D | Idmap.cpp | 258 LoadedIdmap::LoadedIdmap(const std::string& idmap_path, const Idmap_header* header, in LoadedIdmap() 287 std::unique_ptr<LoadedIdmap> LoadedIdmap::Load(StringPiece idmap_path, StringPiece idmap_data) { in Load()
|