Searched defs:overlay_path (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 80 Status Idmap2Service::getIdmapPath(const std::string& overlay_path, in getIdmapPath() 88 Status Idmap2Service::removeIdmap(const std::string& overlay_path, int32_t user_id ATTRIBUTE_UNUSED, in removeIdmap() 107 Status Idmap2Service::verifyIdmap(const std::string& target_path, const std::string& overlay_path, in verifyIdmap() 150 Status Idmap2Service::createIdmap(const std::string& target_path, const std::string& overlay_path, in createIdmap() 365 binder::Status Idmap2Service::deleteFabricatedOverlay(const std::string& overlay_path, in deleteFabricatedOverlay() 397 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/libs/androidfw/ |
D | ApkAssets.cpp | 87 const std::string overlay_path(loaded_idmap->OverlayApkPath()); in LoadOverlay() local
|
D | Idmap.cpp | 278 std::optional<std::string_view> overlay_path = ReadString(&data_ptr, &data_size, "overlay path"); in Load() local
|
D | AssetManager2.cpp | 622 const std::string overlay_path = path->data(); in FindEntry() local
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Idmap.cpp | 134 const std::string& overlay_path, in IsUpToDate()
|
/frameworks/base/cmds/idmap2/tests/ |
D | ResourceMappingTests.cpp | 55 const std::string overlay_path = (local_overlay_path[0] == '/') in TestGetResourceMapping() local
|
D | IdmapTests.cpp | 380 const std::string overlay_path(GetTestDataPath() + local_overlay_path); in TestIdmapDataFromApkAssets() local
|