Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java598 String systemServerProfileName = "primary.prof"; in prepareSystemServerProfile() local
603 systemServerProfileName, in prepareSystemServerProfile()
609 String curProfilePath = new File(curProfileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()
612 String refProfilePath = new File(refProfileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()