Searched refs:childpid (Results 1 - 2 of 2) sorted by last modified time

/system/extras/tests/sdcard/
H A Dsysutil.cpp352 pid_t childpid = fork(); local
354 if (-1 == childpid)
359 return childpid;
H A Dtestcase.cpp87 pid_t childpid = android::forkOrExit(); local
89 if (0 == childpid) { // I am a child, run the test.

Completed in 1114 milliseconds