Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 102) sorted by relevance

12345

/system/extras/tests/cpueater/
Dcpueater.c34 switch(fork()) { in main()
45 switch(pid = fork()) { in main()
Ddaemonize.c84 switch(pid = fork()) { in main()
104 switch(pid = fork()) { in main()
/system/core/libunwindstack/tests/
DMemoryRemoteTest.cpp62 if ((pid = fork()) == 0) { in TEST_F()
90 if ((pid = fork()) == 0) { in TEST_F()
120 if ((pid = fork()) == 0) { in TEST_F()
165 if ((pid = fork()) == 0) { in TEST_F()
196 if ((pid = fork()) == 0) { in TEST_F()
217 if ((pid = fork()) == 0) { in TEST_F()
244 if ((pid = fork()) == 0) { in TEST_F()
277 if ((pid = fork()) == 0) { in TEST_F()
313 if ((pid = fork()) == 0) { in TEST_F()
/system/extras/tests/memeater/
Dmemeater.c39 switch (fork()) { in main()
50 switch (pid = fork()) { in main()
/system/core/debuggerd/client/
Ddebuggerd_client_test.cpp54 pid_t forkpid = fork(); in TEST()
111 pid_t forkpid = fork(); in TEST()
/system/update_engine/init/
Dupdate-engine.conf27 expect fork
/system/extras/simpleperf/runtest/
Dfunction_fork.cpp24 pid_t pid = fork(); in main()
/system/media/audio_utils/tests/
Dfifo_multiprocess.cpp70 const pid_t pidWriter = fork(); in main()
133 const pid_t pidReader = fork(); in main()
/system/sepolicy/prebuilts/api/28.0/public/
Didmap.te9 # Ignore reading /proc/<pid>/maps after a fork.
/system/sepolicy/public/
Didmap.te9 # Ignore reading /proc/<pid>/maps after a fork.
/system/tools/hidl/test/hidl_test/
Dhidl_test_servers.cpp55 if ((pid = fork()) == 0) { in run()
/system/libhwbinder/vts/performance/
DBenchmark_binder.cpp98 pid_t pid = fork(); in main()
DBenchmark.cpp134 pid_t pid = fork(); in main()
/system/core/liblog/tests/
Dlog_wrap_test.cpp79 pid_t pid = fork(); in TEST()
/system/extras/alloc-stress/
Dmem-pressure.cpp96 pid = fork(); in main()
/system/core/libmemunreachable/tests/
DDisableMalloc_test.cpp126 fork(); in TEST_F()
DBinder_test.cpp69 pid_t ret = fork(); in Run()
/system/netd/server/
DClatdController.cpp88 if ((pid = fork()) < 0) { in startClatd()
DPppController.cpp74 if ((pid = fork()) < 0) { in attachPppd()
/system/sepolicy/prebuilts/api/26.0/private/
Dapp_neverallows.te6 neverallow { untrusted_app_all -untrusted_app -untrusted_app_25 } domain:process fork;
38 # on attribute assignment, this relies on the fact that fork
41 # and an untrusted app is allowed fork permission to itself.
42 neverallow all_untrusted_apps mlstrustedsubject:process fork;
Dpriv_app.te156 # on attribute assignment, this relies on the fact that fork
159 # and priv_app is allowed fork permission to itself.
160 neverallow priv_app mlstrustedsubject:process fork;
/system/sepolicy/prebuilts/api/27.0/private/
Dpriv_app.te147 # on attribute assignment, this relies on the fact that fork
150 # and priv_app is allowed fork permission to itself.
151 neverallow priv_app mlstrustedsubject:process fork;
/system/connectivity/wificond/tests/
Dshell_utils.cpp68 const pid_t child_pid = fork(); in RunShellCommand()
/system/core/init/
Dfirmware_handler.cpp113 auto pid = fork(); in HandleFirmwareEvent()
/system/vold/model/
DEmulatedVolume.cpp82 if (!(mFusePid = fork())) { in doMount()

12345