OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumb_name
(Results
1 - 1
of
1
) sorted by null
/external/libexif/contrib/examples/
thumbnail.c
40
char
thumb_name
[1024];
local
43
snprintf(
thumb_name
, sizeof(
thumb_name
),
46
thumb = fopen(
thumb_name
, "wb");
51
printf("Wrote thumbnail to %s\n",
thumb_name
);
54
printf("Could not create file %s\n",
thumb_name
);
Completed in 93 milliseconds