Searched defs:wPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c598 wchar_t *wPath; local
600 wPath = __xmlIOWin32UTF8ToWChar(path);
601 if(wPath)
603 fd = _wfopen(wPath, mode ? L"wb" : L"rb");
604 xmlFree(wPath);
626 wchar_t *wPath; local
628 wPath = __xmlIOWin32UTF8ToWChar(path);
629 if (wPath)
631 retval = _wstat(wPath,info);
632 xmlFree(wPath);
[all...]

Completed in 48 milliseconds