image             303 core/gps.c             char image[9];        
image             329 core/gps.c                     sprintf(image, "%s", camera_jpeg_current_filename());
image             330 core/gps.c                     image[8] = '\0';
image             331 core/gps.c                     sprintf(vBuf, lang_str(LANG_MENU_GPS_t_14), image);  // "Navigation to photo: %s started"
image            1728 core/gps.c             char image[9];
image            1729 core/gps.c             strncpy(image, camera_jpeg_current_filename(),8) ;
image            1730 core/gps.c             image[8] = '\0';
image            1749 core/gps.c                 sprintf(vBuf, lang_str(LANG_MENU_GPS_t_8), image);  //"Cant navigate to photo: %s!"