Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dlistns_permissions_test.c42 bool found_ours; in TEST() local
53 bool found_ours; in TEST() local
92 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() local
586 bool found_ours; in TEST() local
[all …]