Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_file_test.c54 static const char *dev_null_path = "/dev/null"; variable
112 fd = open(dev_null_path, O_RDONLY); in stage_file_test()
118 fd = open(dev_null_path, O_WRONLY); in stage_file_test()
124 fd = open(dev_null_path, O_RDWR); in stage_file_test()