Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dfilename.cpp838 wxString pathTry; in wxCreateTempImpl() local
844 pathTry = path + wxString::Format(_T("%.03x"), (unsigned int) n); in wxCreateTempImpl()
845 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
850 pathTry.clear(); in wxCreateTempImpl()
853 path = pathTry; in wxCreateTempImpl()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dfilename.cpp838 wxString pathTry; in wxCreateTempImpl() local
844 pathTry = path + wxString::Format(_T("%.03x"), (unsigned int) n); in wxCreateTempImpl()
845 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
850 pathTry.clear(); in wxCreateTempImpl()
853 path = pathTry; in wxCreateTempImpl()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dfilename.cpp838 wxString pathTry; in wxCreateTempImpl() local
844 pathTry = path + wxString::Format(_T("%.03x"), (unsigned int) n); in wxCreateTempImpl()
845 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
850 pathTry.clear(); in wxCreateTempImpl()
853 path = pathTry; in wxCreateTempImpl()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dfilename.cpp838 wxString pathTry; in wxCreateTempImpl() local
844 pathTry = path + wxString::Format(_T("%.03x"), (unsigned int) n); in wxCreateTempImpl()
845 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
850 pathTry.clear(); in wxCreateTempImpl()
853 path = pathTry; in wxCreateTempImpl()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dfilename.cpp1000 wxString pathTry; in wxCreateTempImpl() local
1006 pathTry = path + wxString::Format(wxT("%.03x"), (unsigned int) n); in wxCreateTempImpl()
1007 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
1012 pathTry.clear(); in wxCreateTempImpl()
1015 path = pathTry; in wxCreateTempImpl()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dfilename.cpp1063 wxString pathTry; in wxCreateTempImpl() local
1069 pathTry = path + wxString::Format(wxT("%.03x"), (unsigned int) n); in wxCreateTempImpl()
1070 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
1075 pathTry.clear(); in wxCreateTempImpl()
1078 path = pathTry; in wxCreateTempImpl()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dfilename.cpp1063 wxString pathTry; in wxCreateTempImpl() local
1069 pathTry = path + wxString::Format(wxT("%.03x"), (unsigned int) n); in wxCreateTempImpl()
1070 if ( !wxFileName::FileExists(pathTry) ) in wxCreateTempImpl()
1075 pathTry.clear(); in wxCreateTempImpl()
1078 path = pathTry; in wxCreateTempImpl()