Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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"); in TEST()
630 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
643 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
661 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
685 int fd = open(FILE_TO_READ, O_RDONLY); in TEST()
725 int res = stat(FILE_TO_READ, st); in TEST()