Home
last modified time | relevance | path

Searched defs:Plugin (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dplugin.h63 Plugin(Plugin&& other) noexcept in Plugin() function
70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() function
Dplugin.cc33 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) { in Plugin() function in art::Plugin
Druntime.h105 class Plugin; variable