Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DChildZygoteInit.java45 if (arg.startsWith(Zygote.CHILD_ZYGOTE_ABI_LIST_ARG)) { in parseAbiListFromArgs()
46 return arg.substring(Zygote.CHILD_ZYGOTE_ABI_LIST_ARG.length()); in parseAbiListFromArgs()
H A DZygote.java250 public static final String CHILD_ZYGOTE_ABI_LIST_ARG = "--abi-list="; field in Zygote
/aosp14/frameworks/base/core/java/android/os/
H A DZygoteProcess.java1294 Zygote.CHILD_ZYGOTE_ABI_LIST_ARG + acceptedAbiList, in startChildZygote()