OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dup_fd
(Results
1 - 8
of
8
) sorted by null
/external/ltp/testcases/kernel/syscalls/fcntl/
fcntl29.c
48
int lc,
dup_fd
;
local
62
dup_fd
= TEST_RETURN;
64
TEST(fcntl(
dup_fd
, F_GETFD));
66
SAFE_CLOSE(cleanup,
dup_fd
);
79
SAFE_CLOSE(cleanup,
dup_fd
);
/build/make/tools/makeparallel/
makeparallel.cpp
181
static int
dup_fd
= -1;
local
184
dup_fd
= dup(fd);
185
if (
dup_fd
< 0) {
189
// set up a signal handler that closes
dup_fd
on SIGALRM
193
close(
dup_fd
);
210
int read_ret = read(
dup_fd
, &buf, 1);
227
close(
dup_fd
);
228
dup_fd
= -1;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h
128
unsigned int
dup_fd
; ///< duplicate file descriptor
member in struct:__anon42930
omx_vdec.h
323
long
dup_fd
;
member in struct:dynamic_buf_list
[
all
...]
omx_vdec_hevc_swvdec.h
308
OMX_U32
dup_fd
;
member in struct:dynamic_buf_list
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h
314
OMX_U32
dup_fd
;
member in struct:dynamic_buf_list
[
all
...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc_swvdec.h
310
OMX_U32
dup_fd
;
member in struct:dynamic_buf_list
[
all
...]
omx_vdec.h
339
long
dup_fd
;
member in struct:dynamic_buf_list
[
all
...]
Completed in 659 milliseconds