Home
last modified time | relevance | path

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

/test/vts/drivers/shell/
DShellDriverTest.cpp127 pid_t p_driver; in test_shell_command_output() local
132 p_driver = fork(); in test_shell_command_output()
133 if (p_driver == 0) { // child in test_shell_command_output()
143 } else if (p_driver > 0) { // parent in test_shell_command_output()
157 kill(p_driver, SIGKILL); in test_shell_command_output()
/test/vts-testcase/kernel/api/proc/
DProcAsoundTests.py44 def p_driver(self, p): member in ProcAsoundCardsTest