Searched refs:kComponentSeparator (Results 1 – 3 of 3) sorted by relevance
173 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()
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()