OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_real_fstat
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h
15
int
_real_fstat
(int fd, struct stat *buf);
kernel_wrap_dummy.cc
22
int
_real_fstat
(int fd, struct stat *buf) {
function
mount_passthrough.cc
87
int err =
_real_fstat
(real_fd_, stat);
kernel_wrap_newlib.cc
264
int
_real_fstat
(int fd, struct stat* buf) {
function
mount_dev.cc
146
Error RealNode::GetStat(struct stat* stat) { return
_real_fstat
(fd_, stat); }
kernel_wrap_glibc.cc
302
int
_real_fstat
(int fd, struct stat* buf) {
function
Completed in 49 milliseconds