/system/extras/tests/cpueater/ |
D | cpueater.c | 34 switch(fork()) { in main() 45 switch(pid = fork()) { in main()
|
D | daemonize.c | 84 switch(pid = fork()) { in main() 104 switch(pid = fork()) { in main()
|
/system/core/libunwindstack/tests/ |
D | MemoryRemoteTest.cpp | 77 if ((pid = fork()) == 0) { in TEST_F() 109 if ((pid = fork()) == 0) { in TEST_F() 150 if ((pid = fork()) == 0) { in TEST_F()
|
/system/core/debuggerd/client/ |
D | debuggerd_client_test.cpp | 54 pid_t forkpid = fork(); in TEST() 111 pid_t forkpid = fork(); in TEST()
|
/system/extras/perfprofd/quipper/ |
D | perf_parser.cc | 191 VLOG(1) << "FORK: " << event.fork.ppid << ":" << event.fork.ptid in ProcessEvents() 192 << " -> " << event.fork.pid << ":" << event.fork.tid; in ProcessEvents() 194 CHECK(MapForkEvent(event.fork)) << "Unable to map FORK event!"; in ProcessEvents() 198 VLOG(1) << "EXIT: " << event.fork.ppid << ":" << event.fork.ptid; in ProcessEvents()
|
/system/update_engine/init/ |
D | update-engine.conf | 27 expect fork
|
/system/extras/simpleperf/runtest/ |
D | function_fork.cpp | 24 pid_t pid = fork(); in main()
|
/system/media/audio_utils/tests/ |
D | fifo_multiprocess.cpp | 67 const pid_t pidWriter = fork(); in main() 130 const pid_t pidReader = fork(); in main()
|
/system/extras/ext4_utils/ |
D | setup_fs.c | 47 child = fork(); in setup_fs()
|
/system/core/liblog/tests/ |
D | log_wrap_test.cpp | 79 pid_t pid = fork(); in TEST()
|
/system/libhwbinder/vts/performance/ |
D | Benchmark_binder.cpp | 97 pid_t pid = fork(); in main()
|
D | Benchmark.cpp | 134 pid_t pid = fork(); in main()
|
/system/tools/hidl/test/ |
D | hidl_test_servers.cpp | 75 if ((pid = fork()) == 0) { in forkServer()
|
/system/core/libmemunreachable/tests/ |
D | DisableMalloc_test.cpp | 125 fork(); in TEST_F()
|
D | Binder_test.cpp | 64 pid_t ret = fork(); in Run()
|
/system/netd/server/ |
D | ClatdController.cpp | 88 if ((pid = fork()) < 0) { in startClatd()
|
D | PppController.cpp | 74 if ((pid = fork()) < 0) { in attachPppd()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | app_neverallows.te | 6 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;
|
D | priv_app.te | 156 # 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/vold/ |
D | EmulatedVolume.cpp | 81 if (!(mFusePid = fork())) { in doMount()
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 173 StatusOr<pid_t> fork() const override { in fork() function in android::netdutils::RealSyscalls 174 pid_t rv = ::fork(); in fork()
|
/system/sepolicy/private/ |
D | priv_app.te | 147 # 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/core/init/ |
D | firmware_handler.cpp | 113 auto pid = fork(); in HandleFirmwareEvent()
|
/system/connectivity/wificond/tests/ |
D | shell_utils.cpp | 68 const pid_t child_pid = fork(); in RunShellCommand()
|
/system/core/debuggerd/ |
D | signal_sender.cpp | 81 pid_t fork_pid = fork(); in start_signal_sender()
|