OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nacl_nread
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc
312
size_t
nacl_nread
;
local
313
int err = REAL(getdents)(fd, (dirent*)nacl_buf, count, &
nacl_nread
);
317
while (nacl_offset <
nacl_nread
) {
Completed in 104 milliseconds