Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1143 const char* system_server_classpath = getenv("SYSTEMSERVERCLASSPATH"); in InitNonZygoteOrPostFork() local
1144 if (system_server_classpath == nullptr || (strlen(system_server_classpath) == 0)) { in InitNonZygoteOrPostFork()
1147 std::vector<std::string> jars = android::base::Split(system_server_classpath, ":"); in InitNonZygoteOrPostFork()