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()
42 static constexpr char kComponentSeparator = ':'; variable
1543 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()