Searched refs:found_ours (Results 1 – 1 of 1) sorted by relevance
42 bool found_ours; in TEST() local53 bool found_ours; in TEST() local92 found_ours = false; in TEST()97 found_ours = true; in TEST()105 write(pipefd[1], &found_ours, sizeof(found_ours)); in TEST()114 found_ours = false; in TEST()116 read(pipefd[0], &found_ours, sizeof(found_ours)); in TEST()125 ASSERT_TRUE(found_ours); in TEST()573 bool found_ours; in TEST() local586 bool found_ours; in TEST() local[all …]