Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_class_loader.cc163 art::Handle<art::mirror::Object> path_list( in GetDexElementList() local
165 CHECK(path_list != nullptr); in GetDexElementList()
167 dex_path_list_element_field->GetObject(path_list.Get())->AsObjectArray<art::mirror::Object>(); in GetDexElementList()
/art/libnativeloader/
Dlibrary_namespaces.cpp116 Result<ApiDomain> GetApiDomainFromPathList(const std::string& path_list) { in GetApiDomainFromPathList() argument
120 size_t end_pos = path_list.find(':', start_pos); in GetApiDomainFromPathList()
122 GetApiDomainFromPath(std::string_view(path_list).substr(start_pos, end_pos)); in GetApiDomainFromPathList()
129 return Error() << "Path list crosses vendor/product partition boundaries: " << path_list; in GetApiDomainFromPathList()
Dlibrary_namespaces.h60 Result<ApiDomain> GetApiDomainFromPathList(const std::string& path_list);