HomeSort by relevance Sort by last modified time
    Searched refs:fdsToIgnore (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 122 * @param fdsToIgnore null-ok an array of ints, either null or holding
135 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir) {
141 fdsToIgnore, startChildZygote, instructionSet, appDataDir);
155 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir);
ZygoteConnection.java 192 int[] fdsToIgnore = null;
200 fdsToIgnore = new int[]{childPipeFd.getInt$(), serverPipeFd.getInt$()};
236 parsedArgs.niceName, fdsToClose, fdsToIgnore, parsedArgs.startChildZygote,
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 545 jintArray fdsToIgnore, bool is_child_zygote,
590 if (!FillFileDescriptorVector(env, fdsToIgnore, &fds_to_ignore, &error_msg)) {
815 jintArray fdsToClose, jintArray fdsToIgnore, jboolean is_child_zygote,
866 se_name, false, fdsToClose, fdsToIgnore, is_child_zygote == JNI_TRUE,
    [all...]

Completed in 213 milliseconds