Home
last modified time | relevance | path

Searched defs:jars (Results 1 – 4 of 4) sorted by relevance

/art/test/dexpreopt/
Ddexpreopt_test.cc99 std::vector<std::string> jars = GetListFromEnv("DEX2OATBOOTCLASSPATH"); in GetZygoteExpectedArtifacts() local
136 std::vector<std::string> jars = GetListFromEnv("SYSTEMSERVERCLASSPATH"); in GetSystemServerExpectedArtifacts() local
/art/odrefresh/
Dodr_config.h278 void SetStandaloneSystemServerJars(const std::string& jars) { in SetStandaloneSystemServerJars()
Dodrefresh.cc325 const std::vector<std::string>& jars, in GenerateComponents()
361 std::vector<art_apex::Component> GenerateComponents(const std::vector<std::string>& jars) { in GenerateComponents()
/art/runtime/
Druntime.cc1242 std::vector<std::string> jars = android::base::Split(system_server_classpath, ":"); in InitNonZygoteOrPostFork() local