Searched refs:thumb_name (Results 1 - 2 of 2) sorted by relevance

/external/libexif/contrib/examples/
H A Dthumbnail.c40 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/
H A Dexpire_history_backend_unittest.cc128 base::FilePath thumb_name = path().Append(kThumbnailFile); local
130 if (thumb_db_->Init(thumb_name) != sql::INIT_OK)

Completed in 167 milliseconds