Searched refs:profile_separator_pos (Results 1 – 2 of 2) sorted by relevance
1837 const size_t profile_separator_pos = component.find(kProfileSeparator); in VerifyImageLocation() local1846 if (profile_separator_pos != std::string::npos) { in VerifyImageLocation()1847 if (component.find(kProfileSeparator, profile_separator_pos + 1u) != std::string::npos) { in VerifyImageLocation()1851 if (profile_separator_pos == 0u || profile_separator_pos + 1u == component.size()) { in VerifyImageLocation()1863 profile_separator_pos != std::string::npos ? profile_separator_pos : component.size(); in VerifyImageLocation()1870 if (profile_separator_pos != std::string::npos) { in VerifyImageLocation()1913 const size_t profile_separator_pos = component.find(kProfileSeparator); in MatchNamedComponents() local1914 if (profile_separator_pos != std::string::npos) { in MatchNamedComponents()1915 profile_filename = component.substr(profile_separator_pos + 1u); in MatchNamedComponents()1917 component.resize(profile_separator_pos); in MatchNamedComponents()
1155 size_t profile_separator_pos = boot_image_filename_.find(ImageSpace::kProfileSeparator); in ProcessOptions() local1156 if (profile_separator_pos != std::string::npos) { in ProcessOptions()1165 << boot_image_filename_.substr(/*pos*/ 0u, /*length*/ profile_separator_pos); in ProcessOptions()1166 boot_image_filename_.resize(profile_separator_pos); in ProcessOptions()