Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h45 static constexpr char kProfileSeparator = '!'; variable
/art/dex2oat/
Ddex2oat.cc1136 size_t profile_separator_pos = boot_image_filename_.find(ImageSpace::kProfileSeparator); in ProcessOptions()