/system/core/include/arch/target_linux-x86/ |
AndroidConfig.h | 45 * HAVE_FORKEXEC - use fork() and exec()
|
/system/core/include/arch/windows/ |
AndroidConfig.h | 58 * HAVE_FORKEXEC - use fork() and exec()
|
/system/core/sh/ |
error.c | 98 * there is a short period after a fork before the signal handlers are
|
/external/bluetooth/bluez/compat/ |
pand.c | 137 if (fork()) 281 switch (fork()) { 285 syslog(LOG_ERR, "Fork failed. %s(%d)",
|
/external/dnsmasq/contrib/lease-access/ |
lease.access.patch | 301 then fork our process. */ 302 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1) 312 /* send error to daemon process if no-fork */
|
/external/netperf/ |
netcpu_looper.c | 353 /* we should have a valid base pointer. lets fork */ 356 switch (lib_idle_pids[i] = fork()) { 358 perror("netperf: fork");
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 667 * Handles post-fork setup of child proc, closing sockets as appropriate, 764 * Handles post-fork cleanup of parent proc 766 * @param pid != 0; pid of child if > 0 or indication of failed fork
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gdb | |
i686-unknown-linux-gnu-gdbtui | |
i686-unknown-linux-gnu-gdbserver | |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
gdb.info | [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/ |
gdb.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
gdb.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/ |
gdb.info | [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
gdb.info | [all...] |
/external/bluetooth/glib/po/ |
sr.po | 940 msgid "Failed to fork (%s)" 941 msgstr "??????? fork() (%s)" 955 msgid "Failed to fork child process (%s)" 956 msgstr "??????? fork() ?????????? (%s)" [all...] |
th.po | 904 msgid "Failed to fork (%s)" 905 msgstr "fork ????????? (%s)" 919 msgid "Failed to fork child process (%s)" 920 msgstr "fork ?????????????????? (%s)" [all...] |
/external/dnsmasq/po/ |
es.po | 128 msgid "Do NOT fork into the background: run in debug mode." 129 msgstr "NO hacer un fork hacia el fondo: correr en modo debug." 214 msgid "Do NOT fork into the background, do NOT run in debug mode." 215 msgstr "NO hacer un fork hacia el fondo, NO correr en modo debug." 1048 msgid "cannot fork into background: %s" 1049 msgstr "no se puede hacer fork hacia el fondo: %s" [all...] |
/external/ipsec-tools/src/racoon/ |
privsep.c | 192 switch (child_pid = fork()) { 194 plog(LLV_ERROR, LOCATION, NULL, "Cannot fork privsep: %s\n", 452 * Perform fork and execve
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
auto-host.h | 801 /* Define to 1 if you have the `fork' function. */ 1341 /* Define to 1 if `fork' works. */ [all...] |
/system/core/adb/ |
commandline.c | 519 pid = fork(); 522 perror("from fork()"); 783 } else if (!strcmp(argv[0], "fork-server")) { [all...] |
/dalvik/vm/ |
JarFile.c | 204 /* If we fork/exec into dexopt, don't let it inherit the archive's fd.
|
/dalvik/vm/alloc/ |
HeapDebug.c | 179 * new heap just before the first fork() call, so the original
|
/external/bluetooth/glib/ |
README.in | 145 maximum portability, you should structure your code to fork all
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 100 my $p = fork();
|