Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtManagerService.java391 final String standaloneSystemServerJars = Os.getenv("STANDALONE_SYSTEMSERVER_JARS"); in snapshotBootImageProfile() local
392 if (standaloneSystemServerJars != null) { in snapshotBootImageProfile()
393 classpath = String.join(":", classpath, standaloneSystemServerJars); in snapshotBootImageProfile()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java542 final String standaloneSystemServerJars = in handleSystemServerProcess() local
544 final String systemServerPaths = standaloneSystemServerJars != null in handleSystemServerProcess()
545 ? String.join(":", systemServerClasspath, standaloneSystemServerJars) in handleSystemServerProcess()