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

  /external/qemu/android/utils/
mapfile.c 33 mapfile_open(const char* path, int oflag, int share_mode)
42 if ((oflag & O_RDWR) == O_RDWR) {
44 } else if ((oflag & O_ACCMODE) == O_RDONLY) {
46 } else if ((oflag & O_WRONLY) == O_WRONLY) {
60 if ((oflag & O_CREAT) == O_CREAT) {
61 if ((oflag & O_EXCL) == O_EXCL) {
66 } if ((oflag & O_TRUNC) == O_TRUNC) {
75 if ((oflag & O_DSYNC) == O_DSYNC ||
76 (oflag & O_RSYNC) == O_RSYNC ||
77 (oflag & O_RSYNC) == O_SYNC)
    [all...]
mapfile.h 48 * oflag - Defines mode in which file is to be opened. This value follows the
56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 33 mapfile_open(const char* path, int oflag, int share_mode)
42 if ((oflag & O_RDWR) == O_RDWR) {
44 } else if ((oflag & O_ACCMODE) == O_RDONLY) {
46 } else if ((oflag & O_WRONLY) == O_WRONLY) {
60 if ((oflag & O_CREAT) == O_CREAT) {
61 if ((oflag & O_EXCL) == O_EXCL) {
66 } if ((oflag & O_TRUNC) == O_TRUNC) {
75 if ((oflag & O_DSYNC) == O_DSYNC ||
76 (oflag & O_RSYNC) == O_RSYNC ||
77 (oflag & O_RSYNC) == O_SYNC)
    [all...]
mapfile.h 48 * oflag - Defines mode in which file is to be opened. This value follows the
56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
  /external/valgrind/main/drd/tests/
sem_open_traced.stderr.exp 2 [1] sem_open 0x........ name drd-sem-open-test oflag 0x........ mode 0600 value 1
  /external/valgrind/main/drd/
drd_semaphore.h 46 const Char* name, const Word oflag,
drd_semaphore.c 249 const Char* name, const Word oflag,
257 " oflag %#lx mode %#lo value %u",
259 semaphore, name, oflag, mode, value);
drd_pthread_intercepts.c     [all...]
  /bionic/libc/bionic/
semaphore.c 129 sem_t *sem_open(const char *name, int oflag, ...)
132 oflag=oflag;
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 336 int yaffs_open(const char *path, int oflag, int mode)
352 // todo sanity check oflag (eg. can't have O_TRUNC without WRONLY or RDWR
394 if(((oflag & O_EXCL) && alreadyOpen) || alreadyExclusive)
400 if((oflag & O_EXCL) && (oflag & O_CREAT))
408 if( (oflag & (O_RDWR | O_WRONLY)) == 0 && // ie O_RDONLY
414 if( (oflag & O_RDWR) &&
420 if( (oflag & (O_RDWR | O_WRONLY)) &&
428 else if((oflag & O_CREAT))
446 h->readOnly = (oflag & (O_WRONLY | O_RDWR)) ? 0 : 1
    [all...]
yaffsfs.h 175 int yaffs_open(const char *path, int oflag, int mode) ;
  /system/core/toolbox/
newfs_msdos.c 256 int Iflag = 0, mflag = 0, oflag = 0; local
348 oflag = 1;
412 if (oflag)
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
785 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
828 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 215 unsigned long oflag; member in struct:asyport
  /external/valgrind/main/helgrind/
hg_intercepts.c     [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 583 Syscall param sem_open(oflag) contains uninitialised byte(s)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
syswrap-linux.c     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 2233 milliseconds