Lines Matching refs:target_path
108 Status Idmap2Service::verifyIdmap(const std::string& target_path, const std::string& overlay_path, in verifyIdmap() argument
125 const auto target = GetTargetContainer(target_path); in verifyIdmap()
128 LOG(WARNING) << "failed to load target '" << target_path << "'"; in verifyIdmap()
151 Status Idmap2Service::createIdmap(const std::string& target_path, const std::string& overlay_path, in createIdmap() argument
156 SYSTRACE << "Idmap2Service::createIdmap " << target_path << " " << overlay_path; in createIdmap()
174 const auto target = GetTargetContainer(target_path); in createIdmap()
176 return error("failed to load target '%s'" + target_path); in createIdmap()
209 const std::string& target_path) { in GetTargetContainer() argument
210 if (target_path == kFrameworkPath) { in GetTargetContainer()
213 auto target = TargetResourceContainer::FromPath(target_path); in GetTargetContainer()
222 auto target = TargetResourceContainer::FromPath(target_path); in GetTargetContainer()