OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_fdp
(Results
1 - 2
of
2
) sorted by null
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c
56
int
file_fdp
;
local
67
file_fdp
= open(bufp, O_RDWR | O_CREAT, 0777);
69
if (
file_fdp
< 0) {
75
write(
file_fdp
,
77
close(
file_fdp
);
mm_qcamera_snapshot.c
79
int
file_fdp
;
local
92
file_fdp
= open(bufp, O_RDWR | O_CREAT, 0777);
94
if (
file_fdp
< 0) {
100
write(
file_fdp
,
102
close(
file_fdp
);
[
all
...]
Completed in 288 milliseconds