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

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc105 # define FILE_TO_READ "/bin/cat" macro
111 # define FILE_TO_READ "/proc/self/stat" macro
610 FILE *f = fopen(FILE_TO_READ, "r");
622 int fd = open(FILE_TO_READ, O_RDONLY);
635 int fd = open(FILE_TO_READ, O_RDONLY);
653 int fd = open(FILE_TO_READ, O_RDONLY);
677 int fd = open(FILE_TO_READ, O_RDONLY);
710 int res = stat(FILE_TO_READ, st);

Completed in 200 milliseconds