Home | History | Annotate | Download | only in libvulkan

Lines Matching full:path_

72         : path_(path), dlhandle_(nullptr), refcount_(0) {}
75 : path_(std::move(other.path_)),
97 const std::string path_;
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_.c_str());
153 path_.c_str());
174 path_.c_str(), result);
184 path_.c_str(), result);
195 path_.c_str(), result);
204 path_.c_str(), result);
227 props.layerName, path_.c_str(), result);
238 props.layerName, path_.c_str(), result);
258 props.layerName, path_.c_str(), result);
270 props.layerName, path_.c_str(), result);
279 path_.c_str());