Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java544 final String systemServerPaths = standaloneSystemServerJars != null in handleSystemServerProcess() local
547 prepareSystemServerProfile(systemServerPaths); in handleSystemServerProcess()
640 private static void prepareSystemServerProfile(String systemServerPaths) in prepareSystemServerProfile() argument
642 if (systemServerPaths.isEmpty()) { in prepareSystemServerProfile()
645 String[] codePaths = systemServerPaths.split(":"); in prepareSystemServerProfile()