Searched refs:child_stdout (Results 1 – 1 of 1) sorted by relevance
/external/minijail/ |
D | libminijail_unittest.cc | 163 int child_stdin, child_stdout, child_stderr; in TEST() local 184 &child_stdin, &child_stdout, in TEST() 191 read_ret = read(child_stdout, buf, 8); in TEST() 206 &child_stdin, &child_stdout, in TEST() 222 int child_stdout; in TEST() local 245 j, argv[0], argv, &pid, NULL, &child_stdout, NULL); in TEST() 248 read_ret = read(child_stdout, buf, buf_len); in TEST() 259 j, argv[0], argv, &pid, NULL, &child_stdout, NULL); in TEST() 262 read_ret = read(child_stdout, buf, buf_len); in TEST()
|