Searched defs:overlay_path (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 81 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/ |
D | CommandUtils.cpp | 36 const std::string& overlay_path, const std::string& overlay_name, in Verify()
|
/frameworks/base/cmds/idmap2/self_targeting/ |
D | SelfTargeting.cpp | 191 GetFabricatedOverlayInfo(std::string& out_err, const std::string& overlay_path, in GetFabricatedOverlayInfo()
|
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 81 std::string overlay_path(loaded_idmap->OverlayApkPath()); in LoadOverlay() local
|
D | Idmap.cpp | 308 std::optional<std::string_view> overlay_path = ReadString(&data_ptr, &data_size, "overlay path"); in Load() local
|
D | AssetManager2.cpp | 726 const std::string overlay_path = path->data(); in FindEntry() local
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_om_OverlayManagerImpl.cpp | 137 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/ |
D | ResourceMappingTests.cpp | 56 const std::string overlay_path = (local_overlay_path[0] == '/') in TestGetResourceMapping() local
|
D | IdmapTests.cpp | 400 const std::string overlay_path(GetTestDataPath() + local_overlay_path); in TestIdmapDataFromApkAssets() local
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Idmap.cpp | 135 const std::string& overlay_path, in IsUpToDate()
|