Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java342 boolean isTopApp, String[] pkgDataInfoList, String[] allowlistedDataInfoList, in forkAndSpecialize() argument
349 pkgDataInfoList, allowlistedDataInfoList, bindMountAppDataDirs, in forkAndSpecialize()
372 String[] allowlistedDataInfoList, boolean bindMountAppDataDirs, in nativeForkAndSpecialize() argument
407 String[] pkgDataInfoList, String[] allowlistedDataInfoList, in specializeAppProcess() argument
411 pkgDataInfoList, allowlistedDataInfoList, in specializeAppProcess()
436 String[] pkgDataInfoList, String[] allowlistedDataInfoList, in nativeSpecializeAppProcess() argument
/aosp12/frameworks/base/core/java/android/os/
H A DZygoteProcess.java362 allowlistedDataInfoList, in start() argument
376 pkgDataInfoMap, allowlistedDataInfoList, bindMountAppsData, in start()
645 allowlistedDataInfoList, in startViaZygote() argument
736 if (allowlistedDataInfoList != null && allowlistedDataInfoList.size() > 0) { in startViaZygote()
741 for (Map.Entry<String, Pair<String, Long>> entry : allowlistedDataInfoList.entrySet()) { in startViaZygote()