Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.cpp271 QString tempFileName_NoSuffix=tempFileName; in show_file_by_iconview() local
272 int suffix_index=tempFileName_NoSuffix.lastIndexOf("."); in show_file_by_iconview()
275 tempFileName_NoSuffix.truncate(suffix_index); in show_file_by_iconview()
310 QString tempFileName_NoSuffix=tempFileName; in show_file_by_listview() local
311 int suffix_index=tempFileName_NoSuffix.lastIndexOf("."); in show_file_by_listview()
312 tempFileName_NoSuffix.truncate(suffix_index); in show_file_by_listview()