Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc105 # define FILE_TO_READ "/bin/cat" macro
111 # define FILE_TO_READ "/proc/self/stat" macro
613 FILE *f = fopen(FILE_TO_READ, "r"); in TEST()
625 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
638 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
656 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
680 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
713 int res = stat(FILE_TO_READ, st); in TEST()