Searched refs:tmpprefixes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp859 static const wxChar *tmpprefixes[] = local
871 for ( size_t n = 0; n < WXSIZEOF(tmpprefixes); n++ )
873 wxString path = wxFileName::CreateTempFileName(tmpprefixes[n]);
877 wxPrintf(_T("Prefix '%s'\t-> error\n"), tmpprefixes[n]);
882 tmpprefixes[n], path.c_str());

Completed in 141 milliseconds