Searched defs:library_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dplugin.h46 return library_;
63 : library_(other.library_),
69 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { }
71 std::string library_; member in class:art::Plugin

Completed in 52 milliseconds