Searched refs:envStr (Results 1 – 1 of 1) sorted by relevance
617 String envStr = Os.getenv("STANDALONE_SYSTEMSERVER_JARS"); in prefetchStandaloneSystemServerJars() local618 if (TextUtils.isEmpty(envStr)) { in prefetchStandaloneSystemServerJars()621 for (String jar : envStr.split(":")) { in prefetchStandaloneSystemServerJars()