/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_real.h | 22 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd);
|
kernel_wrap_dummy.cc | 47 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { function
|
mount_passthrough.cc | 130 int error = _real_open(path.Join().c_str(), mode, 0666, &real_fd);
|
kernel_wrap_newlib.cc | 294 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { function
|
kernel_wrap_glibc.cc | 366 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { function
|