Home
last modified time | relevance | path

Searched refs:suffix_index (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.cpp272 int suffix_index=tempFileName_NoSuffix.lastIndexOf("."); in show_file_by_iconview() local
273 QString suffix=tempFileName.right(tempFileName.size()-suffix_index-1); in show_file_by_iconview()
275 tempFileName_NoSuffix.truncate(suffix_index); in show_file_by_iconview()
311 int suffix_index=tempFileName_NoSuffix.lastIndexOf("."); in show_file_by_listview() local
312 tempFileName_NoSuffix.truncate(suffix_index); in show_file_by_listview()