Home
last modified time | relevance | path

Searched refs:classloader_context (Results 1 – 2 of 2) sorted by relevance

/art/odrefresh/
Dodrefresh.cc2022 const std::vector<std::string>& classloader_context) const { in RunDex2oatForSystemServer()
2049 std::string context_path = Join(classloader_context, ':'); in RunDex2oatForSystemServer()
2055 if (!classloader_context.empty()) { in RunDex2oatForSystemServer()
2057 for (const std::string& path : classloader_context) { in RunDex2oatForSystemServer()
2094 std::vector<std::string> classloader_context; in CompileSystemServer() local
2104 RunDex2oatForSystemServer(staging_dir, jar, classloader_context); in CompileSystemServer()
2115 classloader_context.emplace_back(jar); in CompileSystemServer()
Dodrefresh.h357 const std::vector<std::string>& classloader_context) const;