Home
last modified time | relevance | path

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

/art/runtime/
Dplugin.h62 Plugin(Plugin&& other) in Plugin() function
69 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() function
Dplugin.cc32 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) { in Plugin() function in art::Plugin
Druntime.h87 class Plugin; variable