Home
last modified time | relevance | path

Searched refs:Fork (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dsubcontext.h42 Fork(); in path_prefixes_()
55 void Fork();
Dsubcontext.cpp193 void Subcontext::Fork() { in Fork() function in android::init::Subcontext
249 Fork(); in Restart()
DREADME.md474 > Fork and execute command with the given arguments. The command starts
482 > Fork and execute command with the given arguments. This is handled similarly
/system/iorap/src/maintenance/
Dcontroller.h36 virtual int Fork() = 0;
45 virtual int Fork();
Dcontroller.cc84 pid_t Exec::Fork() { in Fork() function in iorap::maintenance::Exec
169 pid_t child = controller_params.exec->Fork(); in StartViaFork()
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp179 void Fork(std::function<void()>&& child_init, std::function<void()>&& child_cleanup, in Fork() function in android::ThreadCaptureTest
212 Fork( in TEST_P()
290 Fork( in TEST_F()