Searched refs:kProfileSeparator (Results 1 – 3 of 3) sorted by relevance
47 static constexpr char kProfileSeparator = '!'; variable
1487 size_t profile_separator_pos = location.find(kProfileSeparator); in GetPrimaryImageLocation()1529 std::vector<std::string> parts = android::base::Split(component, {kProfileSeparator}); in VerifyImageLocation()1595 std::vector<std::string> parts = android::base::Split(component, {kProfileSeparator}); in MatchNamedComponents()
911 size_t profile_separator_pos = boot_image.find(ImageSpace::kProfileSeparator); in ProcessOptions()