Searched refs:Zygote (Results 1 – 15 of 15) sorted by relevance
23 import com.android.internal.os.Zygote;349 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) { in startViaZygote()352 if ((debugFlags & Zygote.DEBUG_ENABLE_SAFEMODE) != 0) { in startViaZygote()355 if ((debugFlags & Zygote.DEBUG_ENABLE_JDWP) != 0) { in startViaZygote()358 if ((debugFlags & Zygote.DEBUG_ENABLE_CHECKJNI) != 0) { in startViaZygote()361 if ((debugFlags & Zygote.DEBUG_GENERATE_DEBUG_INFO) != 0) { in startViaZygote()364 if ((debugFlags & Zygote.DEBUG_ALWAYS_JIT) != 0) { in startViaZygote()367 if ((debugFlags & Zygote.DEBUG_NATIVE_DEBUGGABLE) != 0) { in startViaZygote()370 if ((debugFlags & Zygote.DEBUG_JAVA_DEBUGGABLE) != 0) { in startViaZygote()373 if ((debugFlags & Zygote.DEBUG_ENABLE_ASSERT) != 0) { in startViaZygote()[all …]
134 boolean runOnce(ZygoteServer zygoteServer) throws Zygote.MethodAndArgsCaller { in runOnce()239 pid = Zygote.forkAndSpecialize(parsedArgs.uid, parsedArgs.gid, parsedArgs.gids, in runOnce()380 int mountExternal = Zygote.MOUNT_EXTERNAL_NONE;494 debugFlags |= Zygote.DEBUG_ENABLE_JDWP; in parseArgs()496 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE; in parseArgs()498 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; in parseArgs()500 debugFlags |= Zygote.DEBUG_GENERATE_DEBUG_INFO; in parseArgs()502 debugFlags |= Zygote.DEBUG_ALWAYS_JIT; in parseArgs()504 debugFlags |= Zygote.DEBUG_NATIVE_DEBUGGABLE; in parseArgs()506 debugFlags |= Zygote.DEBUG_JAVA_DEBUGGABLE; in parseArgs()[all …]
28 import com.android.internal.os.Zygote.MethodAndArgsCaller;92 } catch (Zygote.MethodAndArgsCaller caller) { in main()129 Zygote.appendQuotedShellArgs(command, args); in execApplication()131 Zygote.execShell(command.toString()); in execApplication()146 throws Zygote.MethodAndArgsCaller { in wrapperInit()
84 Zygote.nativeAllowFileAcrossFork(packageEntry); in handlePreloadPackage()120 } catch (Zygote.MethodAndArgsCaller caller) { in main()
451 throws Zygote.MethodAndArgsCaller { in handleSystemServerProcess()594 throws Zygote.MethodAndArgsCaller, RuntimeException { in startSystemServer()633 pid = Zygote.forkSystemServer( in startSystemServer()734 Zygote.resetNicePriority(); in main()751 Zygote.nativeUnmountStorageOnInit(); in main()766 } catch (Zygote.MethodAndArgsCaller caller) { in main()830 ClassLoader classLoader) throws Zygote.MethodAndArgsCaller { in zygoteInit()
29 public final class Zygote { class65 private Zygote() {} in Zygote() method in Zygote
232 throws Zygote.MethodAndArgsCaller { in invokeStaticMain()266 throw new Zygote.MethodAndArgsCaller(m, argv); in invokeStaticMain()290 throws Zygote.MethodAndArgsCaller { in applicationInit()
136 void runSelectLoop(String abiList) throws Zygote.MethodAndArgsCaller { in runSelectLoop()
41 Zygote, enumerator
71 import com.android.internal.os.Zygote;322 return Zygote.MOUNT_EXTERNAL_NONE; in systemReady()326 return Zygote.MOUNT_EXTERNAL_NONE; in systemReady()330 return Zygote.MOUNT_EXTERNAL_READ; in systemReady()332 return Zygote.MOUNT_EXTERNAL_WRITE; in systemReady()338 return mountMode == Zygote.MOUNT_EXTERNAL_READ in systemReady()339 || mountMode == Zygote.MOUNT_EXTERNAL_WRITE; in systemReady()
103 import com.android.internal.os.Zygote;1999 case Zygote.MOUNT_EXTERNAL_DEFAULT: { in remountUidExternalStorage()2003 case Zygote.MOUNT_EXTERNAL_READ: { in remountUidExternalStorage()2007 case Zygote.MOUNT_EXTERNAL_WRITE: { in remountUidExternalStorage()4081 if (policyMode == Zygote.MOUNT_EXTERNAL_NONE) { in getExternalStorageMountMode()4082 return Zygote.MOUNT_EXTERNAL_NONE; in getExternalStorageMountMode()4087 return Zygote.MOUNT_EXTERNAL_NONE; in getExternalStorageMountMode()
386 import com.android.internal.os.Zygote;3798 int mountExternal = Zygote.MOUNT_EXTERNAL_NONE; in startProcessLocked()3842 debugFlags |= Zygote.DEBUG_ENABLE_JDWP; in startProcessLocked()3843 debugFlags |= Zygote.DEBUG_JAVA_DEBUGGABLE; in startProcessLocked()3846 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; in startProcessLocked()3852 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE; in startProcessLocked()3855 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; in startProcessLocked()3859 debugFlags |= Zygote.DEBUG_GENERATE_DEBUG_INFO; in startProcessLocked()3862 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in startProcessLocked()3865 debugFlags |= Zygote.DEBUG_ENABLE_ASSERT; in startProcessLocked()[all …]
2773 com.android.internal.os.Zygote2774 com.android.internal.os.Zygote$MethodAndArgsCaller
5407 com.android.internal.os.Zygote5408 com.android.internal.os.Zygote$MethodAndArgsCaller
3260 Lcom/android/internal/os/Zygote;3264 Lcom/android/internal/os/Zygote$MethodAndArgsCaller;