Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/
Dpoc.cpp96 pid_t grandchild = fork(); in main() local
97 if (grandchild == -1) { in main()
100 if (grandchild == 0) { in main()
109 if (waitpid(grandchild, &status, 0) != grandchild) in main()