HomeSort by relevance Sort by last modified time
    Searched refs:cmode (Results 1 - 13 of 13) sorted by null

  /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_newlib.cc 108 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) {
171 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) {
172 return REAL(open)(pathname, oflag, cmode, newfd);
kernel_wrap_glibc.cc 229 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) {
352 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) {
353 return REAL(open)(pathname, oflag, cmode, newfd);
kernel_wrap_win.cc 251 int _real_open(const char* pathname, int oflag, mode_t cmode, int* 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...]

Completed in 2138 milliseconds