Home
last modified time | relevance | path

Searched defs:overlay_path (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp81 Status Idmap2Service::getIdmapPath(const std::string& overlay_path, in getIdmapPath()
89 Status Idmap2Service::removeIdmap(const std::string& overlay_path, int32_t user_id ATTRIBUTE_UNUSED, in removeIdmap()
108 Status Idmap2Service::verifyIdmap(const std::string& target_path, const std::string& overlay_path, in verifyIdmap()
151 Status Idmap2Service::createIdmap(const std::string& target_path, const std::string& overlay_path, in createIdmap()
350 binder::Status Idmap2Service::deleteFabricatedOverlay(const std::string& overlay_path, in deleteFabricatedOverlay()
382 binder::Status Idmap2Service::dumpIdmap(const std::string& overlay_path, in dumpIdmap()
/aosp12/frameworks/base/cmds/idmap2/idmap2/
H A DCommandUtils.cpp36 const std::string& overlay_path, const std::string& overlay_name, in Verify()
/aosp12/frameworks/base/libs/androidfw/
H A DApkAssets.cpp87 const std::string overlay_path(loaded_idmap->OverlayApkPath()); in LoadOverlay() local
H A DIdmap.cpp278 std::optional<std::string_view> overlay_path = ReadString(&data_ptr, &data_size, "overlay path"); in Load() local
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DIdmap.cpp134 const std::string& overlay_path, in IsUpToDate()
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp57 const std::string overlay_path = (local_overlay_path[0] == '/') in TestGetResourceMapping() local
H A DIdmapTests.cpp381 const std::string overlay_path(GetTestDataPath() + local_overlay_path); in TestIdmapDataFromApkAssets() local