Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2d/
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()
402 binder::Status Idmap2Service::deleteFabricatedOverlay(const std::string& overlay_path, in deleteFabricatedOverlay()
434 binder::Status Idmap2Service::dumpIdmap(const std::string& overlay_path, in dumpIdmap()
/frameworks/base/cmds/idmap2/idmap2/
DCommandUtils.cpp36 const std::string& overlay_path, const std::string& overlay_name, in Verify()
/frameworks/base/cmds/idmap2/self_targeting/
DSelfTargeting.cpp191 GetFabricatedOverlayInfo(std::string& out_err, const std::string& overlay_path, in GetFabricatedOverlayInfo()
/frameworks/base/libs/androidfw/
DApkAssets.cpp81 std::string overlay_path(loaded_idmap->OverlayApkPath()); in LoadOverlay() local
DIdmap.cpp308 std::optional<std::string_view> overlay_path = ReadString(&data_ptr, &data_size, "overlay path"); in Load() local
DAssetManager2.cpp726 const std::string overlay_path = path->data(); in FindEntry() local
/frameworks/base/core/jni/
Dcom_android_internal_content_om_OverlayManagerImpl.cpp137 bool callGetFabricatedOverlayInfo(std::string& out_error, const std::string& overlay_path, in callGetFabricatedOverlayInfo()
362 const ScopedUtfChars overlay_path(env, jsOverlayPath); in GetFabricatedOverlayInfo() local
/frameworks/base/cmds/idmap2/tests/
DResourceMappingTests.cpp56 const std::string overlay_path = (local_overlay_path[0] == '/') in TestGetResourceMapping() local
DIdmapTests.cpp400 const std::string overlay_path(GetTestDataPath() + local_overlay_path); in TestIdmapDataFromApkAssets() local
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp135 const std::string& overlay_path, in IsUpToDate()