Searched refs:profile_separator_pos (Results 1 – 2 of 2) sorted by relevance
1589 const size_t profile_separator_pos = component.find(kProfileSeparator); in VerifyImageLocation() local1598 if (profile_separator_pos != std::string::npos) { in VerifyImageLocation()1599 if (component.find(kProfileSeparator, profile_separator_pos + 1u) != std::string::npos) { in VerifyImageLocation()1603 if (profile_separator_pos == 0u || profile_separator_pos + 1u == component.size()) { in VerifyImageLocation()1615 profile_separator_pos != std::string::npos ? profile_separator_pos : component.size(); in VerifyImageLocation()1622 if (profile_separator_pos != std::string::npos) { in VerifyImageLocation()1665 const size_t profile_separator_pos = component.find(kProfileSeparator); in MatchNamedComponents() local1666 if (profile_separator_pos != std::string::npos) { in MatchNamedComponents()1667 profile_filename = component.substr(profile_separator_pos + 1u); in MatchNamedComponents()1669 component.resize(profile_separator_pos); in MatchNamedComponents()
879 size_t profile_separator_pos = boot_image_filename_.find(ImageSpace::kProfileSeparator); in ProcessOptions() local880 if (profile_separator_pos != std::string::npos) { in ProcessOptions()889 << boot_image_filename_.substr(/*pos*/ 0u, /*length*/ profile_separator_pos); in ProcessOptions()890 boot_image_filename_.resize(profile_separator_pos); in ProcessOptions()