OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumb_name
(Results
1 - 2
of
2
) 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
);
/external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc
128
base::FilePath
thumb_name
= path().Append(kThumbnailFile);
local
130
if (thumb_db_->Init(
thumb_name
) != sql::INIT_OK)
Completed in 609 milliseconds