Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java651 String systemServerProfileName = "primary.prof"; in prepareSystemServerProfile() local
656 systemServerProfileName, in prepareSystemServerProfile()
662 String curProfilePath = new File(curProfileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()
665 String refProfilePath = new File(refProfileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()