Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc169 ImageSpace::kComponentSeparator + extension_image_locations[0] + in TEST_F()
170 ImageSpace::kComponentSeparator + extension_image_locations[1]; in TEST_F()
182 ImageSpace::kComponentSeparator + extension_image_locations[1] + in TEST_F()
183 ImageSpace::kComponentSeparator + extension_image_locations[0]; in TEST_F()
195 base_image_location + ImageSpace::kComponentSeparator + extension_image_locations[0]; in TEST_F()
H A Dimage_space.h42 static constexpr char kComponentSeparator = ':'; variable
H A Dimage_space.cc1543 size_t location_end = image_location_.find(kComponentSeparator); in GetPrimaryImageLocation()
1546 location_end = image_location_.find(location_start, kComponentSeparator); in GetPrimaryImageLocation()
1963 args.push_back("--boot-image=" + Join(dependencies, kComponentSeparator)); in CompileExtension()
2084 Split(image_location_, kComponentSeparator, &components); in LoadOrValidate()