Searched refs:thumb_name (Results 1 – 2 of 2) sorted by relevance
40 char thumb_name[1024]; in main() local43 snprintf(thumb_name, sizeof(thumb_name), in main()46 thumb = fopen(thumb_name, "wb"); in main()51 printf("Wrote thumbnail to %s\n", thumb_name); in main()54 printf("Could not create file %s\n", thumb_name); in main()
128 base::FilePath thumb_name = path().Append(kThumbnailFile); in SetUp() local130 if (thumb_db_->Init(thumb_name) != sql::INIT_OK) in SetUp()