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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp1367 static wxString gs_dirPath; variable
1371 wxSplitPath(spec, &gs_dirPath, NULL, NULL);
1372 if ( gs_dirPath.empty() )
1373 gs_dirPath = wxT(".");
1374 if ( !wxEndsWithPathSeparator(gs_dirPath ) )
1375 gs_dirPath << wxFILE_SEP_PATH;
1379 gs_dir = new wxDir(gs_dirPath);
1403 return gs_dirPath + result;
1419 return gs_dirPath + result;

Completed in 35 milliseconds