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

  /system/netd/server/
IptablesRestoreController.cpp 130 // forkAndExec, which is sub-millisecond, and the child processes then call exec() in parallel.
131 mIpRestore.reset(forkAndExec(IPTABLES_PROCESS));
132 mIp6Restore.reset(forkAndExec(IP6TABLES_PROCESS));
136 IptablesProcess* IptablesRestoreController::forkAndExec(const IptablesProcessType type) {
228 IptablesProcess *newProcess = IptablesRestoreController::forkAndExec(type);
IptablesRestoreController.h 74 static IptablesProcess* forkAndExec(const IptablesProcessType type);
  /libcore/ojluni/src/main/java/java/lang/
UNIXProcess.java 81 private native int forkAndExec(byte[] prog,
133 pid = forkAndExec(prog,
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 979 NATIVE_METHOD(UNIXProcess, forkAndExec, "([B[BI[BI[B[IZ)I"),

Completed in 304 milliseconds