HomeSort by relevance Sort by last modified time
    Searched refs:O_RDWR (Results 1 - 25 of 756) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h 22 #define O_RDWR 0x0002
  /external/strace/xlat/
open_access_modes.h 10 #if defined(O_RDWR) || (defined(HAVE_DECL_O_RDWR) && HAVE_DECL_O_RDWR)
11 XLAT(O_RDWR),
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
filesystem_test.cc 52 EXPECT_EQ(ENOENT, fs.Open(Path("/foo"), O_RDWR, &result_node));
57 EXPECT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_CREAT, &file));
70 EXPECT_EQ(EISDIR, fs.Open(Path("/"), O_RDWR, &root));
85 fs.Open(Path("/foo"), O_RDWR | O_CREAT | O_EXCL, &result_node));
90 EXPECT_EQ(EEXIST, fs.Mkdir(Path("/foo"), O_RDWR));
109 EXPECT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_CREAT, &result_node));
130 EXPECT_EQ(0, fs.Mkdir(Path("/foo"), O_RDWR));
134 EXPECT_EQ(0, fs.Open(Path("/foo/bar"), O_RDWR | O_CREAT | O_EXCL, &file));
161 EXPECT_EQ(ENOENT, fs.Open(Path("/foo"), O_RDWR, &file));
175 ASSERT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_CREAT, &file))
    [all...]
  /art/runtime/base/unix_file/
mapped_file.h 37 kReadWriteMode = O_CREAT | O_RDWR | O_LARGEFILE,
40 kReadWriteMode = O_CREAT | O_RDWR,
  /art/runtime/
os_linux.cc 35 return OpenFileWithFlags(name, O_RDWR);
39 return OpenFileWithFlags(name, O_RDWR | O_CREAT | O_TRUNC);
  /hardware/libhardware/include/hardware/
qemu_pipe.h 68 fd = open("/dev/qemu_pipe", O_RDWR);
70 fd = open("/dev/goldfish_pipe", O_RDWR);
  /hardware/libhardware_legacy/vibrator/
vibrator.c 36 fd = open(THE_DEVICE, O_RDWR);
54 fd = open(THE_DEVICE, O_RDWR);
  /bionic/libc/bionic/
daemon.c 41 int fd = open("/dev/null", O_RDWR);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 45 int file_fd = open(filename, O_RDWR | O_CREAT, 0777);
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 45 #define O_RDWR 0x0002 /* open for reading and writing */
  /external/libselinux/src/
check_context.c 23 fd = open(path, O_RDWR);
setenforce.c 24 fd = open(path, O_RDWR);
  /external/qemu/distrib/libselinux/src/
check_context.c 23 fd = open(path, O_RDWR);
setenforce.c 24 fd = open(path, O_RDWR);
  /external/strace/test/
skodic.c 21 fd = open("/tmp/delme", O_RDWR);
  /frameworks/native/services/surfaceflinger/tests/waitforvsync/
waitforvsync.cpp 32 int fd = open("/dev/graphics/fb0", O_RDWR);
  /hardware/intel/common/libva/test/common/
va_display_drm.c 40 drm_fd = open("/dev/dri/card0", O_RDWR);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp 77 int openRet = ::open(deviceName, O_RDWR);
  /external/strace/tests/
scm_rights.c 31 while ((fd = open("/dev/null", O_RDWR)) < 3)
46 assert((fd = open("/dev/null", O_RDWR)) == 3);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 61 loc_api_server_msgqid = loc_eng_dmn_conn_glue_msgget(global_loc_api_q_path, O_RDWR);
84 loc_api_resp_msgqid = loc_eng_dmn_conn_glue_msgget(global_loc_api_resp_q_path, O_RDWR);
104 quipc_msgqid = loc_eng_dmn_conn_glue_msgget(global_quipc_ctrl_q_path, O_RDWR);
105 msapm_msgqid = loc_eng_dmn_conn_glue_msgget(global_msapm_ctrl_q_path , O_RDWR);
106 msapu_msgqid = loc_eng_dmn_conn_glue_msgget(global_msapu_ctrl_q_path , O_RDWR);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 61 loc_api_server_msgqid = loc_eng_dmn_conn_glue_msgget(global_loc_api_q_path, O_RDWR);
84 loc_api_resp_msgqid = loc_eng_dmn_conn_glue_msgget(global_loc_api_resp_q_path, O_RDWR);
104 quipc_msgqid = loc_eng_dmn_conn_glue_msgget(global_quipc_ctrl_q_path, O_RDWR);
105 msapm_msgqid = loc_eng_dmn_conn_glue_msgget(global_msapm_ctrl_q_path , O_RDWR);
106 msapu_msgqid = loc_eng_dmn_conn_glue_msgget(global_msapu_ctrl_q_path , O_RDWR);
  /external/yaffs2/yaffs2/direct/
dtest.c 23 outh = yaffs_open(yaffsName, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
45 outh = yaffs_open(yaffsName, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
68 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
90 h = yaffs_open(fn, O_RDWR,0);
121 h = yaffs_open(fn, O_RDWR,0);
173 h = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
221 h = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
302 h = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IWRITE | S_IREAD);
378 h = yaffs_open(str, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
423 h = yaffs_open(str, O_CREAT | O_TRUNC | O_RDWR,S_IREAD | S_IWRITE)
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
flags.c 89 m = O_RDWR;
  /bionic/tests/
TemporaryFile.h 45 fd = open(filename, O_RDWR);
  /external/e2fsprogs/include/nonunix/
unistd.h 13 #define O_RDWR _O_RDWR

Completed in 1648 milliseconds

1 2 3 4 5 6 7 8 91011>>