Searched refs:kComponentSeparator (Results 1 – 3 of 3) sorted by relevance
169 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()
43 static constexpr char kComponentSeparator = ':'; variable
1791 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()