Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java459 final String systemServerPaths = standaloneSystemServerJars != null in handleSystemServerProcess() local
462 prepareSystemServerProfile(systemServerPaths); in handleSystemServerProcess()
555 private static void prepareSystemServerProfile(String systemServerPaths) in prepareSystemServerProfile() argument
557 if (systemServerPaths.isEmpty()) { in prepareSystemServerProfile()
560 String[] codePaths = systemServerPaths.split(":"); in prepareSystemServerProfile()