Home
last modified time | relevance | path

Searched refs:kProfileSeparator (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h47 static constexpr char kProfileSeparator = '!'; variable
Dimage_space.cc1487 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()
/art/dex2oat/
Ddex2oat.cc911 size_t profile_separator_pos = boot_image.find(ImageSpace::kProfileSeparator); in ProcessOptions()