Home
last modified time | relevance | path

Searched defs:ReadFromFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp184 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile() function
H A Dsanitizer_win.cpp776 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, ReadFromFile() function
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc219 bool ReadFromFile(std::string const& fname, ArgT* arg) { in ReadFromFile() function