Searched defs:target_path (Results 1 – 7 of 7) sorted by relevance
35 Result<Unit> Verify(const std::string& idmap_path, const std::string& target_path, in Verify()
178 std::string target_path; in Lookup() local
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()209 const std::string& target_path) { in GetTargetContainer()
48 const std::string target_path = (local_target_path[0] == '/') in TestGetResourceMapping() local
394 const std::string target_path(GetTestDataPath() + local_target_path); in TestIdmapDataFromApkAssets() local
134 Result<Unit> IdmapHeader::IsUpToDate(const std::string& target_path, in IsUpToDate()
304 std::optional<std::string_view> target_path = ReadString(&data_ptr, &data_size, "target path"); in Load() local