Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader_namespace.cpp88 const std::string& name, const std::string& search_paths, const std::string& permitted_paths, in Create() argument
94 } else if (!search_paths.empty()) { in Create()
95 is_bridged = NativeBridgeIsPathSupported(search_paths.c_str()); in Create()
125 android_create_namespace(name.c_str(), nullptr, search_paths.c_str(), type, in Create()
132 name.c_str(), nullptr, search_paths.c_str(), type, permitted_paths.c_str(), in Create()
139 is_bridged ? "bridged" : "native", name, search_paths, permitted_paths); in Create()
Dnative_loader_namespace.h42 const std::string& search_paths,
Dnative_loader_test.h47 const char* search_paths) = 0;
/art/runtime/gc/space/
Dimage_space.cc2161 ArrayRef<const std::string> search_paths = in LoadOrValidate() local
2163 if (!search_paths.empty()) { in LoadOrValidate()
2172 for (const std::string& path : search_paths) { in LoadOrValidate()