Searched refs:invokeWith (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Process.java | 667 @Nullable String invokeWith, in start() argument 681 abi, instructionSet, appDataDir, invokeWith, packageName, in start() 698 @Nullable String invokeWith, in startWebView() argument 706 abi, instructionSet, appDataDir, invokeWith, packageName, in startWebView()
|
H A D | ZygoteProcess.java | 354 @Nullable String invokeWith, in start() argument 374 abi, instructionSet, appDataDir, invokeWith, /*startChildZygote=*/ false, in start() 636 @Nullable String invokeWith, in startViaZygote() argument 702 if (invokeWith != null) { in startViaZygote() 704 argsForZygote.add(invokeWith); in startViaZygote()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | WrapperInit.java | 107 public static void execApplication(String invokeWith, String niceName, in execApplication() argument 110 StringBuilder command = new StringBuilder(invokeWith); in execApplication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 1985 String invokeWith = null; 1992 invokeWith = "/system/bin/logwrapper " + wrapperFileName; 2047 instructionSet, invokeWith, startTime); 2066 String seInfo, String requiredAbi, String instructionSet, String invokeWith, 2089 app.setUsingWrapper(invokeWith != null 2098 requiredAbi, instructionSet, invokeWith, startSeq)); 2105 requiredAbi, instructionSet, invokeWith, startTime); 2127 final String invokeWith, final long startSeq) { 2171 mountExternal, app.getSeInfo(), requiredAbi, instructionSet, invokeWith, 2321 String invokeWith, long startTime) { [all …]
|