/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) {
|
kernel_wrap_newlib.cc | 171 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) { 294 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { 296 return REAL(open)(pathname, oflag, cmode, newfd);
|
kernel_wrap_glibc.cc | 230 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) { 366 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { 368 return REAL(open)(pathname, oflag, cmode, newfd);
|
/external/valgrind/main/VEX/priv/ |
guest_arm_toIR.c | 7663 UInt cmode = (theInstr >> 8) & 0xf; local [all...] |
host_arm_defs.c | 4396 UInt cmode, op; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os_unix.c | 6149 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 4851 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local 4881 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 30305 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 31280 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 31308 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local [all...] |