OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_real_open_resource
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h
23
int
_real_open_resource
(const char* file, int* fd);
kernel_wrap_dummy.cc
51
int
_real_open_resource
(const char* file, int* fd) {
function
mount_passthrough.cc
142
int error =
_real_open_resource
(path.Join().c_str(), &real_fd);
kernel_wrap_newlib.cc
299
int
_real_open_resource
(const char* file, int* fd) {
function
kernel_wrap_glibc.cc
371
int
_real_open_resource
(const char* file, int* fd) {
function
Completed in 101 milliseconds