Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/tests/unit/
Dfuse_sideload_test.cpp77 pid_t pid = fork(); in TEST() local
78 if (pid == 0) { in TEST()
87 ASSERT_NE(-1, waitpid(pid, &status, WNOHANG)); in TEST()
109 waitpid(pid, &status, 0); in TEST()
/bootable/recovery/minadbd/
Dminadbd_services_test.cpp167 pid_t pid = fork(); in TEST_F() local
168 if (pid == 0) { in TEST_F()
201 waitpid(pid, &child_status, 0); in TEST_F()
/bootable/recovery/applypatch/
Dfreecache.cpp50 unsigned int pid; in EliminateOpenFiles() local
51 if (!android::base::ParseUint(de->d_name, &pid)) { in EliminateOpenFiles()
/bootable/recovery/install/
Dinstall.cpp410 pid_t pid = fork(); in TryUpdateBinary() local
411 if (pid == -1) { in TryUpdateBinary()
417 if (pid == 0) { in TryUpdateBinary()
495 waitpid(pid, &status, 0); in TryUpdateBinary()
/bootable/recovery/
Drecovery_main.cpp249 pid_t pid = fork(); in redirect_stdio() local
250 if (pid == -1) { in redirect_stdio()
263 if (pid == 0) { in redirect_stdio()