OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:report_len
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc
728
int
report_len
= strlen(report);
local
730
ASSERT_EQ(
report_len
, write(2, report,
report_len
));
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c
3305
size_t
report_len
= MAX_HID_DESCRIPTOR_SIZE;
local
[
all
...]
Completed in 276 milliseconds