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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 395 int dup_fd = ki_dup(fd); local
396 ASSERT_NE(-1, dup_fd);
400 ASSERT_EQ(9, ki_lseek(dup_fd, 0, SEEK_CUR));
410 // dup_fd, dup2_fd -> "/foo"
412 // We should still be able to write to dup_fd (i.e. it should not be closed).
413 ASSERT_EQ(4, ki_write(dup_fd, "more", 4));
417 // dup_fd -> "/foo"
419 ASSERT_EQ(dup_fd, ki_dup2(fd, dup_fd));
420 // fd, new_fd, dup_fd -> "/bar
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 204 int dup_fd = dup(fence); local
205 if (dup_fd < 0)
207 return dup_fd;
1523 int dup_fd = dup_or_warn(fence); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 278 OMX_U32 dup_fd; member in struct:dynamic_buf_list
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 473 milliseconds