Searched refs:_real_open (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_real.h22 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd);
H A Dmount_passthrough.cc126 int error = _real_open(path.Join().c_str(), mode, 0666, &real_fd);
H A Dkernel_wrap_newlib.cc171 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { function
H A Dkernel_wrap_win.cc251 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { function
H A Dkernel_wrap_glibc.cc352 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { function

Completed in 98 milliseconds