Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2/
DCommandUtils.cpp35 Result<Unit> Verify(const std::string& idmap_path, const std::string& target_path, in Verify()
DLookup.cpp178 std::string target_path; in Lookup() local
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp108 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()
209 const std::string& target_path) { in GetTargetContainer()
/frameworks/base/cmds/idmap2/tests/
DResourceMappingTests.cpp48 const std::string target_path = (local_target_path[0] == '/') in TestGetResourceMapping() local
DIdmapTests.cpp394 const std::string target_path(GetTestDataPath() + local_target_path); in TestIdmapDataFromApkAssets() local
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp134 Result<Unit> IdmapHeader::IsUpToDate(const std::string& target_path, in IsUpToDate()
/frameworks/base/libs/androidfw/
DIdmap.cpp304 std::optional<std::string_view> target_path = ReadString(&data_ptr, &data_size, "target path"); in Load() local