Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 10 of 10) sorted by relevance

/development/ndk/platforms/android-3/header-patches/include/asm-generic/
Dfcntl.h10 #ifndef O_CREAT
11 #define O_CREAT 00000100 macro
/development/ndk/platforms/android-3/include/asm-generic/
Dfcntl.h21 #ifndef O_CREAT
22 #define O_CREAT 00000100 macro
/development/ndk/platforms/android-L/include/asm-generic/
Dfcntl.h27 #ifndef O_CREAT
29 #define O_CREAT 00000100 macro
/development/ndk/platforms/android-L/include/
Dfcntl.h96 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) { in open()
115 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) { in openat()
/development/ndk/sources/android/libportable/arch-mips/
Dopen.c29 #if O_CREAT_PORTABLE==O_CREAT
41 mipsflags |= O_CREAT; in open_flags_pton()
Dfcntl.c183 mipsflags |= O_CREAT; in fcntl_flags_pton()
221 if (flags & O_CREAT) in fcntl_flags_ntop()
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dfcntl.h25 #define O_CREAT 0x0100 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Dfcntl.h25 #define O_CREAT 0x0100 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
Dfcntl.h25 #define O_CREAT 0x0100 macro
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c235 ofd = open(outfile, O_RDWR | O_CREAT, 0664); in convert()