HomeSort by relevance Sort by last modified time
    Searched refs:RdOnly (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 211 case RdOnly: flags = O_RDONLY; break;
251 fd_t fd = OpenFile(file_name, RdOnly);
sanitizer_win.cc 414 fd_t fd = OpenFile(modname, RdOnly, nullptr);
547 if (mode == RdOnly) {
sanitizer_common.cc 132 fd_t fd = OpenFile(file_name, RdOnly, errno_p);
sanitizer_linux_libcdep.cc 489 fd_t fd = OpenFile("/proc/self/statm", RdOnly);
sanitizer_common.h 222 RdOnly,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 106 fd = OpenFile(tmpfile, RdOnly);

Completed in 96 milliseconds