Searched refs:profile_separator_pos (Results 1 – 2 of 2) sorted by relevance
911 size_t profile_separator_pos = boot_image.find(ImageSpace::kProfileSeparator); in ProcessOptions() local912 if (profile_separator_pos != std::string::npos) { in ProcessOptions()913 boot_image.resize(profile_separator_pos); in ProcessOptions()
1487 size_t profile_separator_pos = location.find(kProfileSeparator); in GetPrimaryImageLocation() local1488 if (profile_separator_pos != std::string::npos) { in GetPrimaryImageLocation()1489 location.resize(profile_separator_pos); in GetPrimaryImageLocation()