OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RdOnly
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc
177
case
RdOnly
: flags = O_RDONLY; break;
217
fd_t fd = OpenFile(file_name,
RdOnly
);
sanitizer_win.cc
326
fd_t fd = OpenFile(modname,
RdOnly
, nullptr);
466
if (mode ==
RdOnly
) {
sanitizer_common.cc
195
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
216
RdOnly
,
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
106
fd = OpenFile(tmpfile,
RdOnly
);
Completed in 525 milliseconds