Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 5 of 5) sorted by relevance

/development/ndk/platforms/android-3/header-patches/include/asm-generic/
Dfcntl.h7 #define O_RDONLY 00000000 macro
/development/ndk/platforms/android-3/include/asm-generic/
Dfcntl.h18 #define O_RDONLY 00000000 macro
/development/ndk/platforms/android-21/include/asm-generic/
Dfcntl.h24 #define O_RDONLY 00000000 macro
/development/ndk/platforms/android-21/samples/native-codec/jni/
Dnative-codec-jni.cpp220 int fd = open(utf8, O_RDONLY); in Java_com_example_nativecodec_NativeCodec_createStreamingMediaPlayer()
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c230 ifd = open(infile, O_RDONLY); in convert()