OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_real_open_resource
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h
30
int
_real_open_resource
(const char* file, int* fd);
kernel_wrap_dummy.cc
55
int
_real_open_resource
(const char* file, int* fd) {
function
kernel_wrap_newlib.cc
342
int
_real_open_resource
(const char* file, int* fd) {
kernel_wrap_bionic.cc
474
int
_real_open_resource
(const char* file, int* fd) {
kernel_wrap_glibc.cc
620
int
_real_open_resource
(const char* file, int* fd) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
passthrough_fs.cc
40
int error =
_real_open_resource
(path.Join().c_str(), &real_fd);
Completed in 335 milliseconds