Searched refs:wxDoGetCwd (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.cpp1426 // wxDoGetCwd() is their common core to be moved
1428 // Do not expose wxDoGetCwd in headers!
1430 wxChar *wxDoGetCwd(wxChar *buf, int sz) function
1564 return wxDoGetCwd(buf,sz);
1571 wxDoGetCwd(wxStringBuffer(str, _MAXPATHLEN), _MAXPATHLEN);

Completed in 101 milliseconds