Searched refs:path_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp72 : path_(path), dlhandle_(nullptr), refcount_(0) {}
75 : path_(std::move(other.path_)),
97 const std::string path_; member in class:vulkan::api::__anon1602::LayerLibrary
107 ALOGV("opening layer library '%s'", path_.c_str());
115 !android::base::StartsWith(path_, kSystemLayerLibraryDir)) {
119 dlhandle_ = android_dlopen_ext(path_.c_str(), RTLD_NOW | RTLD_LOCAL,
122 dlhandle_ = dlopen(path_.c_str(), RTLD_NOW | RTLD_LOCAL);
125 ALOGE("failed to load layer library '%s': %s", path_.c_str(),
137 ALOGV("closing layer library '%s'", path_
[all...]

Completed in 63 milliseconds