Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1732 bool VerifyImageLocation(const std::vector<std::string>& components,
1813 const std::vector<std::string>& components, in VerifyImageLocation() argument
1828 size_t components_size = components.size(); in VerifyImageLocation()
1835 const std::string& component = components[i]; in VerifyImageLocation()
1840 if (wildcards_start != components.size()) { in VerifyImageLocation()
2331 std::vector<std::string> components; in LoadOrValidate() local
2332 Split(image_location_, kComponentSeparator, &components); in LoadOrValidate()
2334 if (!VerifyImageLocation(components, &named_components_count, error_msg)) { in LoadOrValidate()
2339 ArrayRef<const std::string>(components).SubArray(/*pos=*/ 0u, named_components_count); in LoadOrValidate()
2359 ArrayRef<std::string>(components).SubArray(/*pos=*/ 0, /*length=*/ i); in LoadOrValidate()
[all …]