Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space_test.cc173 ImageSpace::kComponentSeparator + extension_image_locations[0] + in TEST_F()
174 ImageSpace::kComponentSeparator + extension_image_locations[1]; in TEST_F()
186 ImageSpace::kComponentSeparator + extension_image_locations[1] + in TEST_F()
187 ImageSpace::kComponentSeparator + extension_image_locations[0]; in TEST_F()
199 base_image_location + ImageSpace::kComponentSeparator + extension_image_locations[0]; in TEST_F()
Dimage_space.h43 static constexpr char kComponentSeparator = ':'; variable
Dimage_space.cc1791 size_t location_end = image_location_.find(kComponentSeparator); in GetPrimaryImageLocation()
1794 location_end = image_location_.find(location_start, kComponentSeparator); in GetPrimaryImageLocation()
2211 args.push_back("--boot-image=" + Join(dependencies, kComponentSeparator)); in CompileExtension()
2332 Split(image_location_, kComponentSeparator, &components); in LoadOrValidate()