OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handle_ioctl
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h
37
bool
handle_ioctl
;
member in struct:__sanitizer::CommonFlags
sanitizer_flags.cc
44
f->
handle_ioctl
= false;
87
ParseFlag(str, &f->
handle_ioctl
, "
handle_ioctl
",
/external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc
71
"
handle_ioctl
=0"
116
"
handle_ioctl
=true"
161
EXPECT_EQ(f->
handle_ioctl
, 0);
206
EXPECT_EQ(f->
handle_ioctl
, true);
/external/compiler-rt/lib/msan/
msan.cc
164
cf->
handle_ioctl
= true;
Completed in 114 milliseconds