OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_open
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
open.c
20
the system's <fcntl.h> here, so that
orig_open
doesn't recurse to
31
orig_open
(const char *filename, int flags, mode_t mode)
function
118
fd =
orig_open
(filename, flags, mode);
/external/chromium_org/third_party/sqlite/src/src/
test_syscall.c
137
#define
orig_open
((int(*)(const char *, int, int))aSyscall[0].xOrig)
macro
210
return
orig_open
(zFile, flags, mode);
Completed in 86 milliseconds