Searched refs:FILE_TO_READ (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp118 # define FILE_TO_READ "/bin/cat" macro
124 # define FILE_TO_READ "/proc/self/stat" macro
618 FILE *f = fopen(FILE_TO_READ, "r");
630 int fd = open(FILE_TO_READ, O_RDONLY);
643 int fd = open(FILE_TO_READ, O_RDONLY);
661 int fd = open(FILE_TO_READ, O_RDONLY);
685 int fd = open(FILE_TO_READ, O_RDONLY);
725 int res = stat(FILE_TO_READ, st);

Completed in 81 milliseconds